r14216 - packages/trunk/oneisenough/debian

Richard Hartmann richih-guest at alioth.debian.org
Tue Jun 4 01:36:29 UTC 2013


Author: richih-guest
Date: 2013-06-04 01:36:28 +0000 (Tue, 04 Jun 2013)
New Revision: 14216

Added:
   packages/trunk/oneisenough/debian/README.source
Modified:
   packages/trunk/oneisenough/debian/changelog
Log:
* debian/changelog: Update changelog
* debian/README.source: Write from scratch



Added: packages/trunk/oneisenough/debian/README.source
===================================================================
--- packages/trunk/oneisenough/debian/README.source	                        (rev 0)
+++ packages/trunk/oneisenough/debian/README.source	2013-06-04 01:36:28 UTC (rev 14216)
@@ -0,0 +1,55 @@
+#General information#
+
+This file is valid MarkDown and can be compiled into various formats with `markdown(1)`
+
+oneisenough contains only one patch:
+
+    debian/patches/font_path.patch
+
+Its only use is to remove references to TTF files which are packaged by upstream by installed system-wide on Debian systems by
+
+    ttf-dejavu-core
+
+A full list of all patches can be retrieved as follows:
+
+    % quilt series
+    font_path.patch
+    %
+
+#Patching#
+
+Patches are maintained with `quilt(1)`; documentation should be readily available.
+
+
+##Applying the patch##
+
+Patching is done via
+
+    quilt push
+
+
+##Changing the patch##
+
+After applying the patch, unpack the source and run
+
+    quilt add $file
+    quilt edit $file
+    quilt refresh
+    quilt pop
+
+
+##Removing the patch##
+
+Simply run
+
+    quilt pop
+
+
+##Upgrading to new upstream##
+
+However unlikely, if you need to apply the patch to a new upstream release, unpack the source tarball and run
+
+   quilt push
+   quilt edit oneisenough-0.40/bin/game.py
+   quilt refresh
+   quilt pop

Modified: packages/trunk/oneisenough/debian/changelog
===================================================================
--- packages/trunk/oneisenough/debian/changelog	2013-06-04 01:12:30 UTC (rev 14215)
+++ packages/trunk/oneisenough/debian/changelog	2013-06-04 01:36:28 UTC (rev 14216)
@@ -4,7 +4,8 @@
   * Fix patch-system-but-no-source-readme
   * Fix uploaders to reference new email address
   * Bump Standards Version to 3.9.4. (s/binary-/build-/g on debian/rules)
-  * Depend on ${misc:Depends}
+  * Depend on ${misc:Depends} (Fixes lintian debhelper-but-no-misc-depends)
+  * Create debian/README.source (Fixes patch-system-but-no-source-readme)
 
  -- Richard Hartmann <richih at roadwarrior.lan>  Mon, 30 Nov 2009 01:21:53 +0100
 




More information about the Pkg-games-commits mailing list