r7375 - in packages/trunk/xboing/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Fri Jun 13 21:28:22 UTC 2008


Author: bddebian-guest
Date: 2008-06-13 21:28:22 +0000 (Fri, 13 Jun 2008)
New Revision: 7375

Modified:
   packages/trunk/xboing/debian/changelog
   packages/trunk/xboing/debian/control
   packages/trunk/xboing/debian/patches/series
   packages/trunk/xboing/debian/rules
   packages/trunk/xboing/debian/watch
Log:
  * Add build-dep on xutils-dev. (Closes: #485536).
    + Remove xutils and x-dev build-deps.
  * Add call to dh_desktop.
  * 040_manpage_errors.diff - Fix manpage lintian issues.
  * Update watch file regexp.
  * Bump Standards Version to 3.8.0. (No changes needed).


Modified: packages/trunk/xboing/debian/changelog
===================================================================
--- packages/trunk/xboing/debian/changelog	2008-06-13 16:35:39 UTC (rev 7374)
+++ packages/trunk/xboing/debian/changelog	2008-06-13 21:28:22 UTC (rev 7375)
@@ -1,15 +1,21 @@
-xboing (2.4-31) UNRELEASED; urgency=low
+xboing (2.4-31) unstable; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Change XS-Vcs-* to Vcs-*
+  * debian/control: Add Homepage field
 
   [ Eddy Petrișor ]
   * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
 
-  [ Ansgar Burchardt ]
-  * debian/control: Add Homepage field
+  [ Barry deFreese ]
+  * Add build-dep on xutils-dev. (Closes: #485536).
+    + Remove xutils and x-dev build-deps.
+  * Add call to dh_desktop.
+  * 040_manpage_errors.diff - Fix manpage lintian issues.
+  * Update watch file regexp.
+  * Bump Standards Version to 3.8.0. (No changes needed).
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Wed, 05 Mar 2008 02:01:34 +0200
+ -- Barry deFreese <bddebian at comcast.net>  Fri, 13 Jun 2008 11:58:30 -0400
 
 xboing (2.4-30) unstable; urgency=low
 

Modified: packages/trunk/xboing/debian/control
===================================================================
--- packages/trunk/xboing/debian/control	2008-06-13 16:35:39 UTC (rev 7374)
+++ packages/trunk/xboing/debian/control	2008-06-13 21:28:22 UTC (rev 7375)
@@ -1,13 +1,13 @@
 Source: xboing
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 5.0), quilt, xutils, libx11-dev, libxpm-dev (>= 3.5.4.2), x-dev, libxext-dev
+Build-Depends: debhelper (>= 5.0), quilt, libx11-dev, libxpm-dev (>= 3.5.4.2), libxext-dev, xutils-dev
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bddebian at comcast.net>
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/xboing/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/xboing/?op=log
-Homepage: http://www.techrescue.org/xboing/
+Homepage: http://xboing.techrescue.org
 
 Package: xboing
 Architecture: any

Modified: packages/trunk/xboing/debian/patches/series
===================================================================
--- packages/trunk/xboing/debian/patches/series	2008-06-13 16:35:39 UTC (rev 7374)
+++ packages/trunk/xboing/debian/patches/series	2008-06-13 21:28:22 UTC (rev 7375)
@@ -5,3 +5,4 @@
 speed_fix.diff -p0
 xboing.6x_man_section.diff -p0
 030_auto_validate_yn.diff
+040_manpage_errors.diff

Modified: packages/trunk/xboing/debian/rules
===================================================================
--- packages/trunk/xboing/debian/rules	2008-06-13 16:35:39 UTC (rev 7374)
+++ packages/trunk/xboing/debian/rules	2008-06-13 21:28:22 UTC (rev 7375)
@@ -35,6 +35,7 @@
 	dh_installdocs README docs/problems.doc docs/todo.doc
 	dh_installexamples
 	dh_installmenu
+	dh_desktop
 	dh_installcron
 	dh_installman xboing.man
 	dh_installchangelogs docs/changes.doc

Modified: packages/trunk/xboing/debian/watch
===================================================================
--- packages/trunk/xboing/debian/watch	2008-06-13 16:35:39 UTC (rev 7374)
+++ packages/trunk/xboing/debian/watch	2008-06-13 21:28:22 UTC (rev 7375)
@@ -1,3 +1,3 @@
 version=3
 
-http://www.techrescue.org/xboing/xboing(.*)\.tar\.gz
+http://www.techrescue.org/xboing/xboing([\d.]+)\.tar\.gz




More information about the Pkg-games-commits mailing list