r5580 - packages/trunk/sabre/debian

Barry deFreese bddebian-guest at alioth.debian.org
Wed Jan 30 22:57:24 UTC 2008


Author: bddebian-guest
Date: 2008-01-30 22:57:23 +0000 (Wed, 30 Jan 2008)
New Revision: 5580

Modified:
   packages/trunk/sabre/debian/changelog
   packages/trunk/sabre/debian/control
   packages/trunk/sabre/debian/rules
Log:
Make changelog match what is in the archive.
  * Bump debhelper build-dep to 5 to match compat.
  * Remove Homepage from package descriptions.
  * Make distclean not ignore errors.
  * Bump Standards Version to 3.7.3. (Menu policy changes).


Modified: packages/trunk/sabre/debian/changelog
===================================================================
--- packages/trunk/sabre/debian/changelog	2008-01-30 22:13:52 UTC (rev 5579)
+++ packages/trunk/sabre/debian/changelog	2008-01-30 22:57:23 UTC (rev 5580)
@@ -1,3 +1,18 @@
+sabre (0.2.4b-24) unstable; urgency=low
+
+  [ Jon Dowland ]
+  * update menu section to "Games/Action" for menu policy transition.
+    Thanks Linas Žvirblis.
+  * add Homepage: control field to source stanza
+
+  [ Barry deFreese ]
+  * Bump debhelper build-dep to 5 to match compat.
+  * Remove Homepage from package descriptions.
+  * Make distclean not ignore errors.
+  * Bump Standards Version to 3.7.3. (Menu policy changes).
+
+ -- Barry deFreese <bddebian at comcast.net>  Wed, 30 Jan 2008 12:53:49 -0500
+
 sabre (0.2.4b-23) unstable; urgency=high
 
   [ Sam Hocevar (Debian packages) ]
@@ -4,13 +19,8 @@
   * debian/patches/025_endianness.diff:
     + Fix endianness issues in file import/export routines (Closes: #397830).
 
-  [ Jon Dowland ]
-  * update menu section to "Games/Action" for menu policy transition.
-    Thanks Linas Žvirblis.
-  * add Homepage: control field to source stanza
+-- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 17 Nov 2006 00:41:39 +0100
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:54 +0000
-
 sabre (0.2.4b-22) unstable; urgency=low
 
   * Moved packaging to the Debian Games Team.

Modified: packages/trunk/sabre/debian/control
===================================================================
--- packages/trunk/sabre/debian/control	2008-01-30 22:13:52 UTC (rev 5579)
+++ packages/trunk/sabre/debian/control	2008-01-30 22:57:23 UTC (rev 5580)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 4.0), quilt, libncurses-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsvga1-dev [i386]
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0), quilt, libncurses-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsvga1-dev [i386]
+Standards-Version: 3.7.3
 Homepage: http://sabre.cobite.com/
 
 Package: sabre-common
@@ -22,8 +22,6 @@
  .
  This package contains binaries and data common to both svgalib and X version
  of sabre.
- .
- Homepage: http://sabre.cobite.com/
 
 Package: sabre
 Architecture: i386

Modified: packages/trunk/sabre/debian/rules
===================================================================
--- packages/trunk/sabre/debian/rules	2008-01-30 22:13:52 UTC (rev 5579)
+++ packages/trunk/sabre/debian/rules	2008-01-30 22:57:23 UTC (rev 5580)
@@ -46,7 +46,7 @@
 	-rm -f sdlsrc/main.C
 	cd joystick && make distclean
 	-rm -f joystick/linux_joy.C
-	-make distclean
+	[ ! -f Makefile ] || make distclean
 	find . -name Makefile | xargs -r rm -f
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean




More information about the Pkg-games-commits mailing list