r4762 - packages/trunk/allacrost/debian

Jordà Polo jorda-guest at alioth.debian.org
Sat Nov 24 18:53:05 UTC 2007


Author: jorda-guest
Date: 2007-11-24 18:53:05 +0000 (Sat, 24 Nov 2007)
New Revision: 4762

Removed:
   packages/trunk/allacrost/debian/patches/
Modified:
   packages/trunk/allacrost/debian/changelog
   packages/trunk/allacrost/debian/control
   packages/trunk/allacrost/debian/rules
Log:
Removing the last patch (and quilt).

Modified: packages/trunk/allacrost/debian/changelog
===================================================================
--- packages/trunk/allacrost/debian/changelog	2007-11-24 18:30:02 UTC (rev 4761)
+++ packages/trunk/allacrost/debian/changelog	2007-11-24 18:53:05 UTC (rev 4762)
@@ -6,6 +6,7 @@
     + Updated long description to reflect upstream changes.
     + Added Homepage field.
     + New allacrost-data dependency: linux-libertine.
+    + Remove build dependency on quilt (there are no patches anymore).
   * debian/allacrost-editor.menu: Section changed to «Games/Tools».
   * Simplified allacrost-data.install and removed unneeded *.dirs files.
   * debian/rules: Only specify both --build and --host when it is actually
@@ -13,6 +14,8 @@
   * Update font-related issues that have been fixed upstream:
     + debian/patches/01_font_size.patch: Removed, no longer needed.
     + debian/allacrost-data.links: Links to the new fonts.
+  * debian/patches/02_disable_welcome.patch: Removed, it is now disabled
+    upstream.
 
   [ Gonéri Le Bouder ]
   * Add a watchfile.

Modified: packages/trunk/allacrost/debian/control
===================================================================
--- packages/trunk/allacrost/debian/control	2007-11-24 18:30:02 UTC (rev 4761)
+++ packages/trunk/allacrost/debian/control	2007-11-24 18:53:05 UTC (rev 4762)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Jordà Polo <jorda at ettin.org>
-Build-Depends: debhelper (>= 5), quilt (>= 0.40), autotools-dev, freeglut3-dev, libpng12-dev, libjpeg62-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libluabind-dev, libqt4-dev, dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 5), autotools-dev, freeglut3-dev, libpng12-dev, libjpeg62-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libluabind-dev, libqt4-dev, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 Homepage: http://www.allacrost.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/allacrost/

Modified: packages/trunk/allacrost/debian/rules
===================================================================
--- packages/trunk/allacrost/debian/rules	2007-11-24 18:30:02 UTC (rev 4761)
+++ packages/trunk/allacrost/debian/rules	2007-11-24 18:53:05 UTC (rev 4762)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # Based on the sample rules file written by Joey Hess.
 
-include /usr/share/quilt/quilt.make
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -36,13 +34,13 @@
 	            LDFLAGS="-Wl,-z,defs"
 	touch $@
 
-build: patch build-stamp
+build: build-stamp
 build-stamp: config-stamp
 	dh_testdir
 	$(MAKE)
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




More information about the Pkg-games-commits mailing list