r12018 - in packages/trunk/dreamchess/debian: . source

Paul Wise pabs at alioth.debian.org
Fri Mar 25 02:01:09 UTC 2011


Author: pabs
Date: 2011-03-25 02:01:04 +0000 (Fri, 25 Mar 2011)
New Revision: 12018

Added:
   packages/trunk/dreamchess/debian/source/
   packages/trunk/dreamchess/debian/source/format
Modified:
   packages/trunk/dreamchess/debian/changelog
   packages/trunk/dreamchess/debian/control
   packages/trunk/dreamchess/debian/rules
Log:
Switch to dpkg-source v3 quilt

Modified: packages/trunk/dreamchess/debian/changelog
===================================================================
--- packages/trunk/dreamchess/debian/changelog	2011-03-25 01:58:15 UTC (rev 12017)
+++ packages/trunk/dreamchess/debian/changelog	2011-03-25 02:01:04 UTC (rev 12018)
@@ -4,6 +4,7 @@
   * Minor watch file fixes
   * Wrap build-deps, deps one per line
   * Wrap Debian menu file, one attribute per line
+  * Switch to dpkg-source v3 quilt
 
  -- Paul Wise <pabs at debian.org>  Fri, 25 Mar 2011 08:26:43 +0800
 

Modified: packages/trunk/dreamchess/debian/control
===================================================================
--- packages/trunk/dreamchess/debian/control	2011-03-25 01:58:15 UTC (rev 12017)
+++ packages/trunk/dreamchess/debian/control	2011-03-25 02:01:04 UTC (rev 12018)
@@ -6,7 +6,6 @@
 Build-Depends: debhelper (>= 5.0.0),
  autotools-dev,
  libsdl-image1.2-dev,
- quilt,
  libsdl1.2-dev,
  libmxml-dev
 Standards-Version: 3.8.1

Modified: packages/trunk/dreamchess/debian/rules
===================================================================
--- packages/trunk/dreamchess/debian/rules	2011-03-25 01:58:15 UTC (rev 12017)
+++ packages/trunk/dreamchess/debian/rules	2011-03-25 02:01:04 UTC (rev 12018)
@@ -9,8 +9,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -25,7 +23,7 @@
 	CFLAGS += -O2
 endif
 
-config.status: patch configure
+config.status: configure
 	dh_testdir
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -46,8 +44,7 @@
 
 	touch build-stamp
 
-clean: realclean unpatch
-realclean:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp

Added: packages/trunk/dreamchess/debian/source/format
===================================================================
--- packages/trunk/dreamchess/debian/source/format	                        (rev 0)
+++ packages/trunk/dreamchess/debian/source/format	2011-03-25 02:01:04 UTC (rev 12018)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list