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-16 11:27:28 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-16 11:27:28 (GMT)
commit5d2ccd02db714c8150b25c072d839e16362dcb1e (patch)
tree0963f918fbd465497d10366407d12df0a084e06f
parentb614c52c13b087e613225b6c640d2701c6ced50f (diff)
* Remove auto-generated py-compile in target clean.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f0db1cc..ab98b53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sugar-datastore (0.8.0~git.13d354b-6) UNRELEASED; urgency=low
and build-dependency resolving.
+ Cosmetic updates to README.cdbs-tweaks.
* Fix patch 1003 to not strip declaring self:_write_lock.
+ * Remove auto-generated py-compile in target clean.
-- Jonas Smedegaard <dr@jones.dk> Sat, 15 Mar 2008 21:11:22 +0100
diff --git a/debian/rules b/debian/rules
index db75159..b20684f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ pre-build::
# Cleanup automade files
clean::
rm -f aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh missing
+ rm -f py-compile
find -name Makefile.in -exec rm '{}' ';'
# Needed by upstream documentation build process