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 12:20:09 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-14 12:20:09 (GMT)
commit5b28dbbef04ba4c74bc0c12be894d020ee090e8c (patch)
treec3ce4e416339b93c2bf74020c6d0f1a08e079b4d
parent7f335f697213785ddc68fb94864f612159abcaa7 (diff)
* Drop empty usr/lib cleanup, now handled by puthon-central.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 1 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index c91287e..f43213e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ sugar-datastore (0.8.0~git.13d354b-5) unstable; urgency=low
try-except-finally constructs, for Python < 2.5 compatibility.
* Add already applied patch 1003 to avoid fancy locking using "with"
statement, for Python < 2.5 compatibility.
+ * Drop empty usr/lib cleanup, now handled by puthon-central.
* Semi-auto-update debian/control to update build-dependencies:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
diff --git a/debian/rules b/debian/rules
index 6c57d7c..b27d19e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,6 @@ clean::
binary-install/$(pkg)::
dh_pycentral
-# Drop created dir if empty to please lintian
-binary-post-install/$(pkg)::
- rmdir --ignore-fail-on-non-empty --parents $(DEB_DESTDIR)/usr/lib
-
# Needed by upstream build process
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-all-dev