[Pkg-gtkpod-devel] r337 - libgpod/trunk/debian
djpig at alioth.debian.org
djpig at alioth.debian.org
Thu Dec 25 17:25:42 UTC 2008
Author: djpig
Date: 2008-12-25 17:25:41 +0000 (Thu, 25 Dec 2008)
New Revision: 337
Added:
libgpod/trunk/debian/README.source
Modified:
libgpod/trunk/debian/changelog
libgpod/trunk/debian/control
Log:
Bump Standards-Version to 3.8.0:
* Add debian/README.source
Added: libgpod/trunk/debian/README.source
===================================================================
--- libgpod/trunk/debian/README.source (rev 0)
+++ libgpod/trunk/debian/README.source 2008-12-25 17:25:41 UTC (rev 337)
@@ -0,0 +1,26 @@
+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.
Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog 2008-12-25 15:49:19 UTC (rev 336)
+++ libgpod/trunk/debian/changelog 2008-12-25 17:25:41 UTC (rev 337)
@@ -3,8 +3,10 @@
* Add missing dependency of python-gpod on python-gobject.
Thanks to Alessio Treglia for reporting. Closes: #506525,
LP: #271106.
+ * Bump Standards-Version to 3.8.0:
+ + Add debian/README.source
- -- Frank Lichtenheld <djpig at debian.org> Thu, 25 Dec 2008 16:01:54 +0100
+ -- Frank Lichtenheld <djpig at debian.org> Thu, 25 Dec 2008 16:52:59 +0100
libgpod (0.6.0-6) unstable; urgency=low
Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control 2008-12-25 15:49:19 UTC (rev 336)
+++ libgpod/trunk/debian/control 2008-12-25 17:25:41 UTC (rev 337)
@@ -9,7 +9,7 @@
swig, python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5), python-mutagen, python-gobject-dev,
xsltproc, docbook-xml
Homepage: http://www.gtkpod.org/libgpod.html
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/svn/pkg-gtkpod/libgpod/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gtkpod/libgpod/trunk/
More information about the Pkg-gtkpod-devel
mailing list