[Python-apps-commits] r4423 - in packages/pyaimt/trunk/debian (5 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sat Jan 2 12:08:02 UTC 2010


    Date: Saturday, January 2, 2010 @ 12:07:52
  Author: nijel
Revision: 4423

Convert to 3.0 (quilt) source format.

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

Modified: packages/pyaimt/trunk/debian/changelog
===================================================================
--- packages/pyaimt/trunk/debian/changelog	2010-01-02 12:07:06 UTC (rev 4422)
+++ packages/pyaimt/trunk/debian/changelog	2010-01-02 12:07:52 UTC (rev 4423)
@@ -4,8 +4,9 @@
   * Fix naming of init script in source package.
   * Init script should depend on $remote_fs.
   * No need to build depend on python-dev, python is enough.
+  * Convert to 3.0 (quilt) source format.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 02 Jan 2010 13:06:03 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 02 Jan 2010 13:06:52 +0100
 
 pyaimt (0.8.0.1-1) unstable; urgency=low
 

Modified: packages/pyaimt/trunk/debian/control
===================================================================
--- packages/pyaimt/trunk/debian/control	2010-01-02 12:07:06 UTC (rev 4422)
+++ packages/pyaimt/trunk/debian/control	2010-01-02 12:07:52 UTC (rev 4423)
@@ -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>
-Build-Depends: debhelper (>= 7.0.14), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.14)
 Build-Depends-Indep: python, python-support (>= 0.5.3)
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pyaimt/trunk

Modified: packages/pyaimt/trunk/debian/rules
===================================================================
--- packages/pyaimt/trunk/debian/rules	2010-01-02 12:07:06 UTC (rev 4422)
+++ packages/pyaimt/trunk/debian/rules	2010-01-02 12:07:52 UTC (rev 4423)
@@ -2,17 +2,15 @@
 
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
 
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	cp config_example.xml pyaimt.conf.xml
 	chmod -x PyAIMt.py
 	touch $@
 
-clean: unpatch
+clean:
 	dh clean
 
 install: build

Added: packages/pyaimt/trunk/debian/source/format
===================================================================
--- packages/pyaimt/trunk/debian/source/format	                        (rev 0)
+++ packages/pyaimt/trunk/debian/source/format	2010-01-02 12:07:52 UTC (rev 4423)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list