[Pkg-gtkpod-devel] r368 - gtkpod/trunk/debian

djpig at alioth.debian.org djpig at alioth.debian.org
Sat Jan 24 21:29:25 UTC 2009


Author: djpig
Date: 2009-01-24 21:29:25 +0000 (Sat, 24 Jan 2009)
New Revision: 368

Added:
   gtkpod/trunk/debian/README.source
Modified:
   gtkpod/trunk/debian/changelog
   gtkpod/trunk/debian/control
Log:
Bump Standards-Version to 3.8.0
 + Add debian README.source about dpatch


Added: gtkpod/trunk/debian/README.source
===================================================================
--- gtkpod/trunk/debian/README.source	                        (rev 0)
+++ gtkpod/trunk/debian/README.source	2009-01-24 21:29:25 UTC (rev 368)
@@ -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: gtkpod/trunk/debian/changelog
===================================================================
--- gtkpod/trunk/debian/changelog	2009-01-24 21:19:37 UTC (rev 367)
+++ gtkpod/trunk/debian/changelog	2009-01-24 21:29:25 UTC (rev 368)
@@ -5,6 +5,8 @@
     + drop patch 20_scripts_bashisms, applied upstream
     + bump libgpod-dev build-dependency to >= 0.7.0
   * Fix watch file to use SF.net redirector implicetly
+  * Bump Standards-Version to 3.8.0
+    + Add debian README.source about dpatch
 
  -- Frank Lichtenheld <djpig at debian.org>  Sat, 24 Jan 2009 21:07:07 +0100
 

Modified: gtkpod/trunk/debian/control
===================================================================
--- gtkpod/trunk/debian/control	2009-01-24 21:19:37 UTC (rev 367)
+++ gtkpod/trunk/debian/control	2009-01-24 21:29:25 UTC (rev 368)
@@ -4,7 +4,7 @@
 Maintainer: gtkpod Maintainers <pkg-gtkpod-devel at lists.alioth.debian.org>
 Uploaders: Frank Lichtenheld <djpig at debian.org>, Nico Golde <nion at debian.org>
 Build-Depends: debhelper (>= 6), gettext, flex, autotools-dev, perl, libxml-parser-perl, libgtk2.0-dev, libglade2-dev, libgnomecanvas2-dev, libgnomevfs2-dev, libid3tag0-dev, libvorbis-dev, libflac-dev, libgpod-dev (>= 0.7.0), libcurl4-gnutls-dev, libhal-dev, dpatch
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.gtkpod.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gtkpod/gtkpod/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gtkpod/gtkpod/trunk




More information about the Pkg-gtkpod-devel mailing list