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

xprint: Changes to 'debian-unstable'



 debian/changelog |    3 ++-
 debian/compat    |    2 +-
 debian/control   |    4 ++--
 debian/rules     |    2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 769741b8101351ae6671c8c9bb309d0b0bcdc868
Author: Drew Parsons <dparsons@debian.org>
Date:   Sun Oct 18 14:59:17 2009 +1100

    Standards version 3.8.3; debhelper 7
    
    Use dh_prep instead of dh_clean -k.

diff --git a/debian/changelog b/debian/changelog
index d8abbf5..631f4a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,10 +23,11 @@ xprint (2:1.5.0-1) UNRELEASED; urgency=low
   * Oh yes, like the Night of the Zombies, xprint is Back! 
     Closes: #448970.
   * Standards version 3.8.3.
+  * Debhelper compatibility 7.
   * State in the xprint package description that Xprint is deprecated
     and will be removed from the next Debian release.
 
- -- Drew Parsons <dparsons@debian.org>  Wed, 14 Oct 2009 21:26:10 +1100
+ -- Drew Parsons <dparsons@debian.org>  Sun, 18 Oct 2009 14:58:30 +1100
 
 xorg-server (2:1.4.1~git20080507-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 066c4ed..5227561 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: David Nusinow <dnusinow@debian.org>, Steve Langasek <vorlon@debian.or
 # x11proto-print-dev and libfreetype6-dev are for Xprint
 # everything on is for the DMX and Xnest servers.
 Build-Depends:
- debhelper (>= 4.0.0),
+ debhelper (>= 7),
  quilt,
  lsb-release,
  pkg-config,
@@ -76,7 +76,7 @@ Build-Depends:
  libxv-dev,
  libxinerama-dev,
  libssl-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/xserver/xprint
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/xserver/xprint.git
 
diff --git a/debian/rules b/debian/rules
index 3ed40e7..28c6a49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -163,7 +163,7 @@ clean: xsfclean
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install


Reply to: