[Python-apps-commits] r4172 - in packages/pyicqt/trunk/debian (5 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Nov 23 12:06:47 UTC 2009


    Date: Monday, November 23, 2009 @ 12:06:41
  Author: nijel
Revision: 4172

Convert to 3.0 (quilt) source format.

Added:
  packages/pyicqt/trunk/debian/source/
  packages/pyicqt/trunk/debian/source/format
Modified:
  packages/pyicqt/trunk/debian/changelog
  packages/pyicqt/trunk/debian/control
  packages/pyicqt/trunk/debian/rules

Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog	2009-11-23 10:27:48 UTC (rev 4171)
+++ packages/pyicqt/trunk/debian/changelog	2009-11-23 12:06:41 UTC (rev 4172)
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * Adjust provided service name in init script.
   * Fix naming of init script in source package.
+  * Convert to 3.0 (quilt) source format.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 03 Nov 2009 12:32:29 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 23 Nov 2009 13:06:13 +0100
 
 pyicqt (0.8.1.5-1) unstable; urgency=low
 

Modified: packages/pyicqt/trunk/debian/control
===================================================================
--- packages/pyicqt/trunk/debian/control	2009-11-23 10:27:48 UTC (rev 4171)
+++ packages/pyicqt/trunk/debian/control	2009-11-23 12:06:41 UTC (rev 4172)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, Patrick Ringl <patrick_ at freenet.de>
-Build-Depends: debhelper (>= 7.0.14), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.14)
 Build-Depends-Indep: python-dev, python-support (>= 0.5.3)
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pyicqt/trunk

Modified: packages/pyicqt/trunk/debian/rules
===================================================================
--- packages/pyicqt/trunk/debian/rules	2009-11-23 10:27:48 UTC (rev 4171)
+++ packages/pyicqt/trunk/debian/rules	2009-11-23 12:06:41 UTC (rev 4172)
@@ -2,18 +2,16 @@
 
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
 
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	chmod -x src/chardet_utf/*
 	dh build
 	cp config_example.xml pyicqt.conf.xml
 	chmod -x PyICQt.py
 	touch $@
 
-clean: unpatch
+clean:
 	dh clean
 
 install: build

Added: packages/pyicqt/trunk/debian/source/format
===================================================================
--- packages/pyicqt/trunk/debian/source/format	                        (rev 0)
+++ packages/pyicqt/trunk/debian/source/format	2009-11-23 12:06:41 UTC (rev 4172)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list