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 <[EMAIL PROTECTED]>  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) <[EMAIL PROTECTED]>  Fri, 17 Nov 2006 
00:41:39 +0100
 
- -- Jon Dowland <[EMAIL PROTECTED]>  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 <[EMAIL PROTECTED]>
 Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
-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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to