Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-14 13:56:04 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-14 13:59:38 (GMT)
commit5518d4911bf1b0c9e32c5bc8aefb9c9d627509e3 (patch)
treea780916843b941acfe65a15f5d8f32a8171d29b7
parent5b28dbbef04ba4c74bc0c12be894d020ee090e8c (diff)
* Rename binary package sugar-datastore -> python-sugar-datastore, to
comply with Python policy (or maybe not: should each Python module be packaged separately?). * Change binary package to section python.
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
-rw-r--r--debian/control.in4
-rwxr-xr-xdebian/rules2
4 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index f43213e..d928675 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ sugar-datastore (0.8.0~git.13d354b-5) unstable; urgency=low
* Pass over maintenance of the package to the OLPC team: Change
Maintainer, and add myself to Uploaders.
* Fix README.packaging to use "pull; fetch --tags" (not "pull -t").
+ * Rename binary package sugar-datastore -> python-sugar-datastore, to
+ comply with Python policy (or maybe not: should each Python module
+ be packaged separately?).
+ * Change binary package to section python.
* Depend on python-sugar (not sugar-base).
* Use quilt to handle patches.
* Add already applied patch 1001 to use unversioned Python hashbang in
diff --git a/debian/control b/debian/control
index 77335f2..71a9939 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: sugar-datastore
-Section: misc
+Section: python
Priority: optional
Maintainer: Debian OLPC <pkg-olpc-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-datastore.git;a=summary
Homepage: http://wiki.laptop.org/go/Sugar
XS-Python-Version: all
-Package: sugar-datastore
+Package: python-sugar-datastore
Architecture: all
Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
Recommends: poppler-utils | xpdf-utils, abiword | abiword-gnome
diff --git a/debian/control.in b/debian/control.in
index 2e36670..b7a118c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,5 +1,5 @@
Source: sugar-datastore
-Section: misc
+Section: python
Priority: optional
Maintainer: Debian OLPC <pkg-olpc-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-datastore.git;a=summary
Homepage: http://wiki.laptop.org/go/Sugar
XS-Python-Version: all
-Package: sugar-datastore
+Package: python-sugar-datastore
Architecture: all
Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
Recommends: poppler-utils | xpdf-utils, abiword | abiword-gnome
diff --git a/debian/rules b/debian/rules
index b27d19e..8cc2769 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/1/rules/copyright-check.mk
include debian/cdbs/1/rules/buildinfo.mk
-pkg = sugar-datastore
+pkg = python-sugar-datastore
# Unittests seems broken currently: can't find own module olpc.datastore
#DEB_MAKE_CHECK_TARGET = test