r13636 - in packages/trunk/fillets-ng/debian: . source

Damyan Ivanov dmn at alioth.debian.org
Mon May 28 19:27:26 UTC 2012


Author: dmn
Date: 2012-05-28 19:27:26 +0000 (Mon, 28 May 2012)
New Revision: 13636

Added:
   packages/trunk/fillets-ng/debian/source/
   packages/trunk/fillets-ng/debian/source/format
Modified:
   packages/trunk/fillets-ng/debian/changelog
   packages/trunk/fillets-ng/debian/control
   packages/trunk/fillets-ng/debian/rules
Log:
source format 2.0 (quilt), autoreconf, adjust build-deps

Modified: packages/trunk/fillets-ng/debian/changelog
===================================================================
--- packages/trunk/fillets-ng/debian/changelog	2012-05-28 19:26:35 UTC (rev 13635)
+++ packages/trunk/fillets-ng/debian/changelog	2012-05-28 19:27:26 UTC (rev 13636)
@@ -1,6 +1,7 @@
 fillets-ng (1.0.1-2) UNRELEASED; urgency=low
 
   * add patch from Guillem Jover migrating to Lua 5.1 (Closes: #674621)
+  * source format 2.0 (quilt), autoreconf, adjust build-deps
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 28 May 2012 22:25:21 +0300
 

Modified: packages/trunk/fillets-ng/debian/control
===================================================================
--- packages/trunk/fillets-ng/debian/control	2012-05-28 19:26:35 UTC (rev 13635)
+++ packages/trunk/fillets-ng/debian/control	2012-05-28 19:27:26 UTC (rev 13636)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Alexander Reichle-Schmehl <tolimar at debian.org>, Gerfried Fuchs <rhonda at debian.org>
-Build-Depends: debhelper (>= 7), quilt, liblua50-dev, libsdl1.2-dev,
+Build-Depends: debhelper (>= 7), liblua5.1-dev, libsdl1.2-dev,
   libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev,
-  liblualib50-dev, libx11-dev, sharutils, libfribidi-dev, pkg-config,
-  autotools-dev
+  libx11-dev, sharutils, libfribidi-dev, pkg-config,
+  autotools-dev, autoconf, automake
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng/?op=log

Modified: packages/trunk/fillets-ng/debian/rules
===================================================================
--- packages/trunk/fillets-ng/debian/rules	2012-05-28 19:26:35 UTC (rev 13635)
+++ packages/trunk/fillets-ng/debian/rules	2012-05-28 19:27:26 UTC (rev 13636)
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+
 # -*- makefile -*-
 # Sample debian/rules that uses debhelper.
 # GNU copyright 1997 to 1999 by Joey Hess.
@@ -6,8 +7,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,9 +24,10 @@
 	INSTALL_PROGRAM += -s
 endif
 
-config.status: configure patch
+config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
+	autoreconf -f -i
 	CFLAGS="$(CFLAGS)" LDFLAGS=-lX11 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=\$${prefix}/games --datarootdir=\$${prefix}/share
 
 
@@ -42,7 +42,7 @@
 	uudecode debian/fillets-ng.png.uu -o debian/fillets-ng.png
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 

Added: packages/trunk/fillets-ng/debian/source/format
===================================================================
--- packages/trunk/fillets-ng/debian/source/format	                        (rev 0)
+++ packages/trunk/fillets-ng/debian/source/format	2012-05-28 19:27:26 UTC (rev 13636)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list