[Python-modules-commits] r9550 - in packages/sip4-qt3/trunk/debian (3 files)

ncommander-guest at users.alioth.debian.org ncommander-guest at users.alioth.debian.org
Fri Aug 28 08:22:50 UTC 2009


    Date: Friday, August 28, 2009 @ 08:22:49
  Author: ncommander-guest
Revision: 9550

* debian/control:
  - Bumped standard version to 3.8.3 
  - Update Maintainer field to Python Packaing Team (Closes: #540937)
  - Add myself to uploaders
  - Added XS-Python-Version field
  - Bumped debhelper build-dep to 7
* debian/README.source
  - New file to explain patch system

Added:
  packages/sip4-qt3/trunk/debian/README.source
Modified:
  packages/sip4-qt3/trunk/debian/changelog
  packages/sip4-qt3/trunk/debian/control

Added: packages/sip4-qt3/trunk/debian/README.source
===================================================================
--- packages/sip4-qt3/trunk/debian/README.source	                        (rev 0)
+++ packages/sip4-qt3/trunk/debian/README.source	2009-08-28 08:22:49 UTC (rev 9550)
@@ -0,0 +1,38 @@
+This package uses dpatch to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
+where you should replace XX with a new number and patchname with a
+descriptive shortname of the patch. You can then simply edit all the
+files your patch wants to edit, and then simply "exit 0" from the shell
+to actually create the patch file.
+
+To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
+and replace XX_patchname with the actual filename from debian/patches
+you want to use.
+
+To clean up afterwards again, "debian/rules unpatch" will do the
+work for you - or you can of course choose to call
+"fakeroot debian/rules clean" all together.
+
+
+--- 
+
+this documentation is part of dpatch package, and may be used by
+packages using dpatch to comply with policy on README.source. This
+documentation is meant to be useful to users who are not proficient in
+dpatch in doing work with dpatch-based packages. Please send any
+improvements to the BTS of dpatch package.
+
+original text by Gerfried Fuchs, edited by Junichi Uekawa <dancer at debian.org>
+10 Aug 2008.

Modified: packages/sip4-qt3/trunk/debian/changelog
===================================================================
--- packages/sip4-qt3/trunk/debian/changelog	2009-08-28 07:16:57 UTC (rev 9549)
+++ packages/sip4-qt3/trunk/debian/changelog	2009-08-28 08:22:49 UTC (rev 9550)
@@ -1,11 +1,22 @@
-sip4-qt3 (4.8.2-1) unstable; urgency=low
+sip4-qt3 (4.8.2-1) UNRELEASED; urgency=low
 
+  [ Torsten Marek ]
   * New upstream release
   * debian/rules
     - Fix rule dependencies to allow parallel builds
 	
- -- Torsten Marek <shlomme at debian.org>  Sat, 01 Aug 2009 17:37:27 +0200
+  [ Michael Casadevall ]
+  * debian/control:
+    - Bumped standard version to 3.8.3 
+    - Update Maintainer field to Python Packaing Team (Closes: #540937)
+    - Add myself to uploaders
+    - Added XS-Python-Version field
+    - Bumped debhelper build-dep to 7
+  * debian/README.source
+    - New file to explain patch system
 
+ -- Michael Casadevall <mcasadevall at debian.org>  Fri, 28 Aug 2009 04:06:44 -0400
+
 sip4-qt3 (4.8.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/sip4-qt3/trunk/debian/control
===================================================================
--- packages/sip4-qt3/trunk/debian/control	2009-08-28 07:16:57 UTC (rev 9549)
+++ packages/sip4-qt3/trunk/debian/control	2009-08-28 08:22:49 UTC (rev 9550)
@@ -1,13 +1,14 @@
 Source: sip4-qt3
 Section: devel
 Priority: optional
-Maintainer: Ricardo Javier Cardenes Medina <rcardenes at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Torsten Marek <shlomme at debian.org>, Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1), dpatch
-Standards-Version: 3.8.1
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Torsten Marek <shlomme at debian.org>, Bernd Zeimetz <bzed at debian.org>, Michael Casadevall <mcasadevall at debian.org>
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1), dpatch
+Standards-Version: 3.8.3
 Homepage: http://www.riverbankcomputing.co.uk/software/sip/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sip4-qt3/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sip4-qt3/trunk/
+XS-Python-Version: all
 
 Package: sip4
 Architecture: any




More information about the Python-modules-commits mailing list