r10410 - packages/trunk/tpclient-pywx/debian

Barry deFreese bdefreese at alioth.debian.org
Fri Oct 9 21:35:33 UTC 2009


Author: bdefreese
Date: 2009-10-09 21:35:32 +0000 (Fri, 09 Oct 2009)
New Revision: 10410

Added:
   packages/trunk/tpclient-pywx/debian/README.source
Modified:
   packages/trunk/tpclient-pywx/debian/changelog
   packages/trunk/tpclient-pywx/debian/control
Log:
  * Update python-gnome2 dep to python-gconf. (Closes: #541581).
  * Add README.source for quilt patch system.
  * Bump Standards Version to 3.8.3. (No changes needed).


Added: packages/trunk/tpclient-pywx/debian/README.source
===================================================================
--- packages/trunk/tpclient-pywx/debian/README.source	                        (rev 0)
+++ packages/trunk/tpclient-pywx/debian/README.source	2009-10-09 21:35:32 UTC (rev 10410)
@@ -0,0 +1,57 @@
+This package uses quilt 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 configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/tpclient-pywx/debian/changelog
===================================================================
--- packages/trunk/tpclient-pywx/debian/changelog	2009-10-09 20:04:08 UTC (rev 10409)
+++ packages/trunk/tpclient-pywx/debian/changelog	2009-10-09 21:35:32 UTC (rev 10410)
@@ -1,3 +1,12 @@
+tpclient-pywx (0.3.1.1-2) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Update python-gnome2 dep to python-gconf. (Closes: #541581).
+  * Add README.source for quilt patch system.
+  * Bump Standards Version to 3.8.3. (No changes needed).
+
+ -- Barry deFreese <bdefreese at debian.org>  Fri, 09 Oct 2009 17:34:56 -0400
+
 tpclient-pywx (0.3.1.1-1) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/tpclient-pywx/debian/control
===================================================================
--- packages/trunk/tpclient-pywx/debian/control	2009-10-09 20:04:08 UTC (rev 10409)
+++ packages/trunk/tpclient-pywx/debian/control	2009-10-09 21:35:32 UTC (rev 10410)
@@ -6,14 +6,14 @@
 Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: python-support (>= 0.5.3), python-all, python-setuptools
 XS-Python-Version: >=2.4
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://www.thousandparsec.net/tp/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tpclient-pywx/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tpclient-pywx/?op=log
 
 Package: tpclient-pywx
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python, python-numarray, python-wxgtk2.8, python-tp-netlib, python-tp-client, python-gnome2
+Depends: ${python:Depends}, ${misc:Depends}, python, python-numarray, python-wxgtk2.8, python-tp-netlib, python-tp-client, python-gconf
 Recommends: python-imaging, python-openssl, python-psyco [i386 hurd-i386 netbsd-i386 kfreebsd-i386]
 XB-Python-Version: ${python:Versions}
 Description: Thousand Parsec Python client




More information about the Pkg-games-commits mailing list