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

libxprintutil: Changes to 'debian-unstable'



 debian/changelog |   12 ++++++++++++
 debian/control   |   16 ++++++++++------
 debian/copyright |    7 ++++---
 debian/rules     |    2 +-
 4 files changed, 27 insertions(+), 10 deletions(-)

New commits:
commit d0768fffe3ac7d184f71358182341c372bbb87c4
Author: Brice Goglin <bgoglin@debian.org>
Date:   Fri Jun 13 11:57:03 2008 +0200

    Install the upstream ChangeLog

diff --git a/debian/changelog b/debian/changelog
index 61795d8..f7f048b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ libxprintutil (1:1.0.1.xsf1-3) UNRELEASED; urgency=low
   * Update reference to the upstream module in the long description.
   * Update upstream URL in debian/copyright.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+  * Install the upstream ChangeLog.
 
- -- Brice Goglin <bgoglin@debian.org>  Fri, 13 Jun 2008 11:44:27 +0200
+ -- Brice Goglin <bgoglin@debian.org>  Fri, 13 Jun 2008 11:56:56 +0200
 
 libxprintutil (1:1.0.1.xsf1-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 24d2c5e..03d4f87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ binary-arch: build install
 	dh_installdocs
 	dh_install --sourcedir=debian/tmp --list-missing  --exclude=libXprintUtil.la
 	dh_installman
-	dh_installchangelogs
+	dh_installchangelogs ChangeLog
 	dh_link
 	dh_strip
 	dh_compress

commit c6385f7d5fcc16572588435811e6558cb68a1cb1
Author: Brice Goglin <bgoglin@debian.org>
Date:   Fri Jun 13 10:49:23 2008 +0200

    Misc fixes to debian/control and debian/copyright
    
      * Bump Standards-Version to 3.7.3 (no changes).
      * Add Vcs-Browser and Vcs-Git fields to debian/control.
      * Add a link to www.X.org in the long description.
      * Update reference to the upstream module in the long description.
      * Update upstream URL in debian/copyright.
      * Use ${binary:Version} instead of the deprecated ${Source-Version}.

diff --git a/debian/changelog b/debian/changelog
index 7cd4c76..61795d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libxprintutil (1:1.0.1.xsf1-3) UNRELEASED; urgency=low
+
+  * Bump Standards-Version to 3.7.3 (no changes).
+  * Add Vcs-Browser and Vcs-Git fields to debian/control.
+  * Add a link to www.X.org in the long description.
+  * Update reference to the upstream module in the long description.
+  * Update upstream URL in debian/copyright.
+  * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+
+ -- Brice Goglin <bgoglin@debian.org>  Fri, 13 Jun 2008 11:44:27 +0200
+
 libxprintutil (1:1.0.1.xsf1-2) unstable; urgency=low
 
   * Forgot to reassign to XSF, dammit!
diff --git a/debian/control b/debian/control
index b252661..0420408 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Drew Parsons <dparsons@debian.org>
 Build-Depends: debhelper (>=5), quilt, pkg-config, libx11-dev (>= 1:0.99.2-1), x11proto-print-dev, libxp-dev, libxt-dev, libxau-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxprintutil
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxprintutil.git
 
 Package: libxprintutil1
 Section: libs
@@ -16,16 +18,17 @@ Description: Xprint printer utility client library
  from an Xprint server.
  .
  More information about X.Org can be found at:
+ <URL:http://www.X.org>
  <URL:http://xorg.freedesktop.org>
  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
- This module can be found as the module 'lib/XprintUtil' at
- :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXprintUtil
 
 Package: libxprintutil-dev
 Section: libdevel
 Architecture: any
-Depends: libxprintutil1 (= ${Source-Version}), libx11-dev (>= 2:1.0.0), x11proto-print-dev, libxt-dev (>=1.0.0-4), libxp-dev (>=1.0.0-1), ${shlibs:Depends}, ${misc:Depends}
+Depends: libxprintutil1 (= ${binary:Version}), libx11-dev (>= 2:1.0.0), x11proto-print-dev, libxt-dev (>=1.0.0-4), libxp-dev (>=1.0.0-1), ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: Xprint printer utility client library (development files)
  libxprintutil provides utility Xpu APIs allowing client applications 
@@ -38,8 +41,9 @@ Description: Xprint printer utility client library (development files)
  This package provides a static library and C header files.
  .
  More information about X.Org can be found at:
+ <URL:http://www.X.org>
  <URL:http://xorg.freedesktop.org>
  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
- This module can be found as the module 'lib/XprintUtil' at
- :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXprintUtil
diff --git a/debian/copyright b/debian/copyright
index 253d0db..d57fb93 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,8 @@
-This package was debianized by Drew Parsons <dparsons@debian.org> on
-Sunday, April 16 2006 19:04:08.
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
 
-Downloaded from http://xorg.freedesktop.org/releases/X11R7.0/src/lib/
+It was debianized by Drew Parsons <dparsons@debian.org> on
+Sunday, April 16 2006 19:04:08.
 
 Follows the X.org licences:
 


Reply to: