Author: bdefreese
Date: 2009-11-13 18:25:08 +0000 (Fri, 13 Nov 2009)
New Revision: 10509

Added:
   packages/trunk/ketm/debian/README.source
Modified:
   packages/trunk/ketm/debian/changelog
   packages/trunk/ketm/debian/control
   packages/trunk/ketm/debian/watch
Log:
  * Update my e-mail address in uploaders.
  * Update watch file to use sf redirector.
  * Add README.source for quilt.
  * Bump Standards Version to 3.8.3. (No changes needed).
Refresh the changelog.


Added: packages/trunk/ketm/debian/README.source
===================================================================
--- packages/trunk/ketm/debian/README.source                            (rev 0)
+++ packages/trunk/ketm/debian/README.source    2009-11-13 18:25:08 UTC (rev 
10509)
@@ -0,0 +1,58 @@
+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
+                break
+        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/ketm/debian/changelog
===================================================================
--- packages/trunk/ketm/debian/changelog        2009-11-13 16:26:51 UTC (rev 
10508)
+++ packages/trunk/ketm/debian/changelog        2009-11-13 18:25:08 UTC (rev 
10509)
@@ -1,9 +1,16 @@
 ketm (0.0.6-22) unstable; urgency=low
 
+  [ Shams Fantar ]
   * Fixing homepage address and download address. (Closes: #486486)
 
- -- Shams Fantar <sfan...@snurf.info>  Mon, 15 Jun 2009 20:09:00 +0200
+  [ Barry deFreese ]
+  * Update my e-mail address in uploaders.
+  * Update watch file to use sf redirector.
+  * Add README.source for quilt.
+  * Bump Standards Version to 3.8.3. (No changes needed).
 
+ -- Barry deFreese <bdefre...@debian.org>  Fri, 13 Nov 2009 12:11:15 -0500
+
 ketm (0.0.6-21) unstable; urgency=low
 
   [ Paul Wise ]

Modified: packages/trunk/ketm/debian/control
===================================================================
--- packages/trunk/ketm/debian/control  2009-11-13 16:26:51 UTC (rev 10508)
+++ packages/trunk/ketm/debian/control  2009-11-13 18:25:08 UTC (rev 10509)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+...@zoy.org>,
- Barry deFreese <bddeb...@comcast.net>,
+ Barry deFreese <bdefre...@debian.org>,
  Ansgar Burchardt <ans...@43-1.org>
 Build-Depends: debhelper (>= 5.0), quilt, libsdl1.2-dev, imagemagick
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Homepage: http://sourceforge.net/projects/ketm-gg
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ketm/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ketm/?op=log

Modified: packages/trunk/ketm/debian/watch
===================================================================
--- packages/trunk/ketm/debian/watch    2009-11-13 16:26:51 UTC (rev 10508)
+++ packages/trunk/ketm/debian/watch    2009-11-13 18:25:08 UTC (rev 10509)
@@ -1,3 +1,3 @@
 version=3
 
-http://www.landshut.org/bnla01/members/wh/ketm/ketm-(.*)\.tar\.bz2
+http://sf.net/ketm-gg/ketm-([\d.]+)\.tar\.bz2


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to