r10509 - packages/trunk/ketm/debian
Barry deFreese
bdefreese at alioth.debian.org
Fri Nov 13 18:25:09 UTC 2009
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 <sfantar at 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 <bdefreese at 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-devel at lists.alioth.debian.org>
Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
- Barry deFreese <bddebian at comcast.net>,
+ Barry deFreese <bdefreese at debian.org>,
Ansgar Burchardt <ansgar at 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
More information about the Pkg-games-commits
mailing list