[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r2396 - branches/7.1/lib/xtrans/debian



Author: dnusinow
Date: 2006-07-01 23:28:08 -0400 (Sat, 01 Jul 2006)
New Revision: 2396

Modified:
   branches/7.1/lib/xtrans/debian/changelog
   branches/7.1/lib/xtrans/debian/compat
   branches/7.1/lib/xtrans/debian/control
   branches/7.1/lib/xtrans/debian/rules
Log:
* Append a super-minor version number to x11-common pre-depends to shut
  lintian up
* Bump debhelper compat to 5
* Run dh_install with --list-missing

Modified: branches/7.1/lib/xtrans/debian/changelog
===================================================================
--- branches/7.1/lib/xtrans/debian/changelog	2006-07-02 03:22:33 UTC (rev 2395)
+++ branches/7.1/lib/xtrans/debian/changelog	2006-07-02 03:28:08 UTC (rev 2396)
@@ -3,8 +3,12 @@
   * New upstream release
   * Remove security patch from previous upload. It's now included in this
     release by upstream.
+  * Append a super-minor version number to x11-common pre-depends to shut
+    lintian up
+  * Bump debhelper compat to 5
+  * Run dh_install with --list-missing
 
- -- David Nusinow <dnusinow@debian.org>  Sat,  1 Jul 2006 23:21:32 -0400
+ -- David Nusinow <dnusinow@debian.org>  Sat,  1 Jul 2006 23:27:34 -0400
 
 xtrans (1.0.0-6) unstable; urgency=high
 

Modified: branches/7.1/lib/xtrans/debian/compat
===================================================================
--- branches/7.1/lib/xtrans/debian/compat	2006-07-02 03:22:33 UTC (rev 2395)
+++ branches/7.1/lib/xtrans/debian/compat	2006-07-02 03:28:08 UTC (rev 2396)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/xtrans/debian/control
===================================================================
--- branches/7.1/lib/xtrans/debian/control	2006-07-02 03:22:33 UTC (rev 2395)
+++ branches/7.1/lib/xtrans/debian/control	2006-07-02 03:28:08 UTC (rev 2396)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends: debhelper (>= 4.0.0), quilt
+Build-Depends: debhelper (>= 5.0.0), quilt
 Standards-Version: 3.7.2.0
 
 Package: xtrans-dev
 Architecture: all
-Pre-Depends: x11-common (>= 1:7.0)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X transport library (development files)
  xtrans includes a number of routines to make X implementations

Modified: branches/7.1/lib/xtrans/debian/rules
===================================================================
--- branches/7.1/lib/xtrans/debian/rules	2006-07-02 03:22:33 UTC (rev 2395)
+++ branches/7.1/lib/xtrans/debian/rules	2006-07-02 03:28:08 UTC (rev 2396)
@@ -72,7 +72,7 @@
 
 	dh_installdocs
 	dh_installman
-	dh_install --sourcedir=debian/tmp
+	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs
 	dh_link
 	dh_strip



Reply to: