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

X Strike Force X.Org X11 SVN commit: r3095 - trunk/proto/x11proto-scrnsaver/debian



Author: dnusinow
Date: 2006-08-28 20:43:28 -0400 (Mon, 28 Aug 2006)
New Revision: 3095

Modified:
   trunk/proto/x11proto-scrnsaver/debian/changelog
   trunk/proto/x11proto-scrnsaver/debian/control
   trunk/proto/x11proto-scrnsaver/debian/rules
Log:
* Merge x11proto-scrnsaver from 7.1 branch to trunk now that it's in
  unstable


Modified: trunk/proto/x11proto-scrnsaver/debian/changelog
===================================================================
--- trunk/proto/x11proto-scrnsaver/debian/changelog	2006-08-29 00:42:19 UTC (rev 3094)
+++ trunk/proto/x11proto-scrnsaver/debian/changelog	2006-08-29 00:43:28 UTC (rev 3095)
@@ -1,3 +1,19 @@
+x11proto-scrnsaver (1.1.0.0-1) unstable; urgency=low
+
+  * Not really a new upstream release; working around 1.1.0-1 being a
+    native package.
+  * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
+    idempotency fix.
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+
+ -- Andres Salomon <dilinger@debian.org>  Fri, 21 Jul 2006 17:14:20 -0400
+
 x11proto-scrnsaver (1.1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/proto/x11proto-scrnsaver/debian/control
===================================================================
--- trunk/proto/x11proto-scrnsaver/debian/control	2006-08-29 00:42:19 UTC (rev 3094)
+++ trunk/proto/x11proto-scrnsaver/debian/control	2006-08-29 00:43:28 UTC (rev 3095)
@@ -2,16 +2,16 @@
 Section: x11
 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-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.6.1.0
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Andres Salomon <dilinger@debian.org>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.7.2
 
 Package: x11proto-scrnsaver-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libxss-dev (<< 6.8.2-21)
 Replaces: libxss-dev (<< 6.8.2-21)
-Pre-Depends: x11-common (>= 1:1.0)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Screen Saver extension wire protocol
  This package provides the wire protocol for the MIT-SCREEN-SAVER extension,
  used to notify the server of client screen saver events.

Modified: trunk/proto/x11proto-scrnsaver/debian/rules
===================================================================
--- trunk/proto/x11proto-scrnsaver/debian/rules	2006-08-29 00:42:19 UTC (rev 3094)
+++ trunk/proto/x11proto-scrnsaver/debian/rules	2006-08-29 00:43:28 UTC (rev 3095)
@@ -35,7 +35,7 @@
 build-stamp:
 	dh_testdir
 
-	mkdir obj-$(DEB_BUILD_GNU_TYPE)
+	test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE)
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info --disable-shared \
@@ -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: