r12953 - in packages/trunk/hex-a-hop/debian: . source

Paul Wise pabs at alioth.debian.org
Thu Dec 8 05:10:38 UTC 2011


Author: pabs
Date: 2011-12-08 05:10:37 +0000 (Thu, 08 Dec 2011)
New Revision: 12953

Added:
   packages/trunk/hex-a-hop/debian/source/
   packages/trunk/hex-a-hop/debian/source/format
Removed:
   packages/trunk/hex-a-hop/debian/README.source
Modified:
   packages/trunk/hex-a-hop/debian/changelog
   packages/trunk/hex-a-hop/debian/control
Log:
Switch to dpkg-source version 3.0

Deleted: packages/trunk/hex-a-hop/debian/README.source
===================================================================
--- packages/trunk/hex-a-hop/debian/README.source	2011-12-07 07:32:12 UTC (rev 12952)
+++ packages/trunk/hex-a-hop/debian/README.source	2011-12-08 05:10:37 UTC (rev 12953)
@@ -1,58 +0,0 @@
-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/hex-a-hop/debian/changelog
===================================================================
--- packages/trunk/hex-a-hop/debian/changelog	2011-12-07 07:32:12 UTC (rev 12952)
+++ packages/trunk/hex-a-hop/debian/changelog	2011-12-08 05:10:37 UTC (rev 12953)
@@ -10,6 +10,7 @@
   * Switch to debhelper 7 and dh
   * Drop translations, merged upstream
   * Drop hints, icon, manual page, desktop file, tools; merged upstream
+  * Switch to dpkg-source version 3.0
 
  -- Paul Wise <pabs at debian.org>  Sat, 28 Aug 2010 18:41:43 +0800
 

Modified: packages/trunk/hex-a-hop/debian/control
===================================================================
--- packages/trunk/hex-a-hop/debian/control	2011-12-07 07:32:12 UTC (rev 12952)
+++ packages/trunk/hex-a-hop/debian/control	2011-12-08 05:10:37 UTC (rev 12953)
@@ -13,7 +13,6 @@
  libsdl-pango-dev,
  libsdl1.2-dev,
  po4a,
- quilt
 Standards-Version: 3.8.3
 Homepage: http://hexahop.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/hex-a-hop/

Added: packages/trunk/hex-a-hop/debian/source/format
===================================================================
--- packages/trunk/hex-a-hop/debian/source/format	                        (rev 0)
+++ packages/trunk/hex-a-hop/debian/source/format	2011-12-08 05:10:37 UTC (rev 12953)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list