[Python-modules-commits] r13681 - in packages/tagpy/trunk/debian (4 files)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Mon Jun 28 12:19:16 UTC 2010
Date: Monday, June 28, 2010 @ 12:19:06
Author: nijel
Revision: 13681
Convert to 3.0 (quilt) source format.
Modified:
packages/tagpy/trunk/debian/changelog
packages/tagpy/trunk/debian/control
packages/tagpy/trunk/debian/rules
packages/tagpy/trunk/debian/source/format
Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog 2010-06-28 12:17:28 UTC (rev 13680)
+++ packages/tagpy/trunk/debian/changelog 2010-06-28 12:19:06 UTC (rev 13681)
@@ -2,8 +2,9 @@
* NOT RELEASED YET
* Bump standards to 3.8.4.
+ * Convert to 3.0 (quilt) source format.
- -- Michal ÄihaÅ <nijel at debian.org> Mon, 28 Jun 2010 14:17:02 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Mon, 28 Jun 2010 14:18:36 +0200
tagpy (0.94.7-1) unstable; urgency=low
Modified: packages/tagpy/trunk/debian/control
===================================================================
--- packages/tagpy/trunk/debian/control 2010-06-28 12:17:28 UTC (rev 13680)
+++ packages/tagpy/trunk/debian/control 2010-06-28 12:19:06 UTC (rev 13681)
@@ -9,7 +9,6 @@
libtag1-dev,
libboost-python-dev (>= 1.39.2),
pkg-config,
- quilt (>= 0.40),
python-setuptools
Standards-Version: 3.8.4
XS-Python-Version: all
Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules 2010-06-28 12:17:28 UTC (rev 13680)
+++ packages/tagpy/trunk/debian/rules 2010-06-28 12:19:06 UTC (rev 13681)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -32,11 +30,11 @@
build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
dh build
touch $@
-clean: unpatch
+clean:
dh clean
install: build
Modified: packages/tagpy/trunk/debian/source/format
===================================================================
--- packages/tagpy/trunk/debian/source/format 2010-06-28 12:17:28 UTC (rev 13680)
+++ packages/tagpy/trunk/debian/source/format 2010-06-28 12:19:06 UTC (rev 13681)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list