r10116 - packages/trunk/rott/debian

Fabian Greffrath fabian-guest at alioth.debian.org
Wed Aug 5 08:37:54 UTC 2009


Author: fabian-guest
Date: 2009-08-05 08:37:54 +0000 (Wed, 05 Aug 2009)
New Revision: 10116

Modified:
   packages/trunk/rott/debian/changelog
   packages/trunk/rott/debian/control
   packages/trunk/rott/debian/rott.install
   packages/trunk/rott/debian/rules
Log:
* Converted from cdbs to debhelper 7.3.



Modified: packages/trunk/rott/debian/changelog
===================================================================
--- packages/trunk/rott/debian/changelog	2009-08-03 21:03:57 UTC (rev 10115)
+++ packages/trunk/rott/debian/changelog	2009-08-05 08:37:54 UTC (rev 10116)
@@ -1,3 +1,9 @@
+rott (1.1.1-3) unstable; urgency=low
+
+  * Converted from cdbs to debhelper 7.3.
+
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Wed, 05 Aug 2009 09:46:22 +0200
+
 rott (1.1.1-2) unstable; urgency=low
 
   * debian/rott.postinst:

Modified: packages/trunk/rott/debian/control
===================================================================
--- packages/trunk/rott/debian/control	2009-08-03 21:03:57 UTC (rev 10115)
+++ packages/trunk/rott/debian/control	2009-08-05 08:37:54 UTC (rev 10116)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Fabian Greffrath <fabian at debian-unofficial.org>,
  Evgeni Golov <evgeni at debian.org>
-Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), libsdl1.2-dev, libsdl-mixer1.2-dev, quilt
+Build-Depends: debhelper (>= 7.3), libsdl1.2-dev, libsdl-mixer1.2-dev, quilt (>= 0.46-7)
 Standards-Version: 3.8.2
 Homepage: http://icculus.org/rott/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/rott/

Modified: packages/trunk/rott/debian/rott.install
===================================================================
--- packages/trunk/rott/debian/rott.install	2009-08-03 21:03:57 UTC (rev 10115)
+++ packages/trunk/rott/debian/rott.install	2009-08-05 08:37:54 UTC (rev 10116)
@@ -1,3 +1,3 @@
-rott/rott	/usr/games/
-misc/rott.xpm	/usr/share/pixmaps/
-misc/rott.desktop	/usr/share/applications/
+rott	/usr/games/
+../misc/rott.xpm	/usr/share/pixmaps/
+../misc/rott.desktop	/usr/share/applications/

Modified: packages/trunk/rott/debian/rules
===================================================================
--- packages/trunk/rott/debian/rules	2009-08-03 21:03:57 UTC (rev 10115)
+++ packages/trunk/rott/debian/rules	2009-08-05 08:37:54 UTC (rev 10116)
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-CFLAGS += -DDATADIR=\\\"/usr/share/games/rott/\\\"
+CFLAGS += -DDATADIR=\"/usr/share/games/rott/\"
 CFLAGS += -Wno-pointer-sign -Wno-unused
 
-DEB_BUILDDIR := rott
+%:
+	dh --with quilt --sourcedir=rott $@
+
+override_dh_strip:
+	dh_strip --dbg-package=rott-dbg




More information about the Pkg-games-commits mailing list