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-08-16 19:48:53 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-08-16 19:48:53 (GMT)
commitc0146275524380525744c8cf2b34c8821df0c9a1 (patch)
tree713ea125c191126905e51359ec3e7a45e8367685
parent4d1e0aad2b01e485b411b1f8c025c8ee8dc1a009 (diff)
Install setup.py again (does no harm, and simplifies our rules).debian/45-1
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 5414f17..5837af4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-sugar-chat-activity (45-1) UNRELEASED; urgency=low
+sugar-chat-activity (45-1) unstable; urgency=low
* New upstream release.
+ * Install setup.py again (does no harm, and simplifies our rules).
* Update cdbs snippets:
+ Move dependency cleanup to new local snippet package-relations.mk.
+ Update copyright-check output to more closely match proposed new
@@ -8,7 +9,7 @@ sugar-chat-activity (45-1) UNRELEASED; urgency=low
+ Update README.cdbs-tweaks.
* Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis).
- -- Jonas Smedegaard <dr@jones.dk> Sat, 16 Aug 2008 15:52:50 +0200
+ -- Jonas Smedegaard <dr@jones.dk> Sat, 16 Aug 2008 21:48:48 +0200
sugar-chat-activity (41-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index e7cc691..d85d3ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,5 @@ DEB_UPSTREAM_URL = http://dev.laptop.org/pub/sugar/sources/chat-activity
DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
DEB_UPSTREAM_TARBALL_MD5 = 96101e62cf63fa88594eb654875d169d
-install/sugar-chat-activity::
- rm -f $(DEB_DESTDIR)usr/share/activities/Chat.activity/setup.py
-
# Resolve, cleanup and apply CDBS-declared dependencies
include debian/cdbs/1/rules/package-relations.mk