[Python-modules-commits] r7098 - in packages/foolscap/trunk/debian (changelog rules watch)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Dec 10 19:40:26 UTC 2008
Date: Wednesday, December 10, 2008 @ 19:40:25
Author: piotr
Revision: 7098
0.3.2.debian-2 -> 0.3.2.dfsg-1
Modified:
packages/foolscap/trunk/debian/changelog
packages/foolscap/trunk/debian/rules
packages/foolscap/trunk/debian/watch
Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog 2008-12-10 13:15:12 UTC (rev 7097)
+++ packages/foolscap/trunk/debian/changelog 2008-12-10 19:40:25 UTC (rev 7098)
@@ -1,19 +1,6 @@
-foolscap (0.3.2.debian-2) unstable; urgency=low
- [ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
-
- [ Stephan Peijnik ]
- * Switched to python-central.
- * Fixed missing debian/copyright documentation.
- * Added get-orig-source target to debian/rules.
- * Remove misc/testutils directory from source tarball in get-orig-sources.
+foolscap (0.3.2.dfsg-1) unstable; urgency=low
- -- Stephan Peijnik <debian at sp.or.at> Wed, 10 Dec 2008 00:33:43 +0100
-
-foolscap (0.3.2-1) unstable; urgency=low
-
* Initial release (Closes: #499699)
+ * Remove misc/testutils directory from source tarball in get-orig-sources.
- -- Stephan Peijnik <debian at sp.or.at> Tue, 28 Oct 2008 23:36:43 +0100
-
+ -- Stephan Peijnik <debian at sp.or.at> Wed, 10 Dec 2008 00:33:43 +0100
Modified: packages/foolscap/trunk/debian/rules
===================================================================
--- packages/foolscap/trunk/debian/rules 2008-12-10 13:15:12 UTC (rev 7097)
+++ packages/foolscap/trunk/debian/rules 2008-12-10 19:40:25 UTC (rev 7098)
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -ne 's/\.debian//p')
+SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -ne 's/\.dfsg//p')
get-orig-source:
wget http://foolscap.lothar.com/releases/foolscap-$(SRC_VERSION).tar.gz
@@ -13,7 +13,7 @@
# Remove unused misc/testutils directory.
rm -rf misc/testutils/
- tar czf foolscap_$(SRC_VERSION).debian.orig.tar.gz foolscap-$(SRC_VERSION)
+ tar czf foolscap_$(SRC_VERSION).dfsg.orig.tar.gz foolscap-$(SRC_VERSION)
rm -r foolscap-$(SRC_VERSION) foolscap-$(SRC_VERSION).tar.gz
clean:
Modified: packages/foolscap/trunk/debian/watch
===================================================================
--- packages/foolscap/trunk/debian/watch 2008-12-10 13:15:12 UTC (rev 7097)
+++ packages/foolscap/trunk/debian/watch 2008-12-10 19:40:25 UTC (rev 7098)
@@ -1,3 +1,3 @@
version=3
-opts=dversionmangle=s/\.debian$// \
+opts=dversionmangle=s/\.dfsg$// \
http://foolscap.lothar.com/releases/foolscap-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list