r43483 - in /attic/system-config-printer/debian: changelog control control.in rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Oct 12 10:05:23 UTC 2014


Author: bigon
Date: Sun Oct 12 10:05:23 2014
New Revision: 43483

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43483
Log:
* debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
* debian/rules: Pass --with-udevdir to the configure, to install the udev
  helpers and config files to the proper directory

Modified:
    attic/system-config-printer/debian/changelog
    attic/system-config-printer/debian/control
    attic/system-config-printer/debian/control.in
    attic/system-config-printer/debian/rules

Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=43483&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog	[utf-8] (original)
+++ attic/system-config-printer/debian/changelog	[utf-8] Sun Oct 12 10:05:23 2014
@@ -6,8 +6,9 @@
 
   [ Laurent Bigonville ]
   * New upstream release (Closes: #744869)
-  * debian/control.in: Add udev to the build-dependencies, this is needed for
-    the udev.pc pkgconfig file
+  * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
+  * debian/rules: Pass --with-udevdir to the configure, to install the udev
+    helpers and config files to the proper directory
   * debian/system-config-printer-udev.install: The udev helpers and the
     config files are now installed in the proper directory
   * d/p/0003-Use-our-custom-cpk-install-package-name.patch,
@@ -17,7 +18,7 @@
   * Drop debian/patches/0008-fix-udevhelperdir.patch: The path is expanded
     properly
 
- -- Laurent Bigonville <bigon at debian.org>  Sun, 12 Oct 2014 11:44:59 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 12 Oct 2014 12:04:08 +0200
 
 system-config-printer (1.4.3-4) unstable; urgency=medium
 

Modified: attic/system-config-printer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control?rev=43483&op=diff
==============================================================================
--- attic/system-config-printer/debian/control	[utf-8] (original)
+++ attic/system-config-printer/debian/control	[utf-8] Sun Oct 12 10:05:23 2014
@@ -20,9 +20,8 @@
                libcups2-dev,
                libglib2.0-dev,
                libudev-dev (>= 172) [linux-any],
-               udev (>= 172) [linux-any],
                libusb-1.0-0-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/attic/system-config-printer
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/attic/system-config-printer
 Homepage: http://cyberelk.net/tim/software/system-config-printer/

Modified: attic/system-config-printer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control.in?rev=43483&op=diff
==============================================================================
--- attic/system-config-printer/debian/control.in	[utf-8] (original)
+++ attic/system-config-printer/debian/control.in	[utf-8] Sun Oct 12 10:05:23 2014
@@ -16,9 +16,8 @@
                libcups2-dev,
                libglib2.0-dev,
                libudev-dev (>= 172) [linux-any],
-               udev (>= 172) [linux-any],
                libusb-1.0-0-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/attic/system-config-printer
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/attic/system-config-printer
 Homepage: http://cyberelk.net/tim/software/system-config-printer/

Modified: attic/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/rules?rev=43483&op=diff
==============================================================================
--- attic/system-config-printer/debian/rules	[utf-8] (original)
+++ attic/system-config-printer/debian/rules	[utf-8] Sun Oct 12 10:05:23 2014
@@ -21,6 +21,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS := \
 		--sbindir=/usr/bin \
 		--with-udev-rules \
+		--with-udevdir=/lib/udev \
 		--with-systemdsystemunitdir=/lib/systemd/system
 
 configure/python-cupshelpers::




More information about the pkg-gnome-commits mailing list