debian/changelog |   12 ++++++++++++
 debian/control   |   23 ++++++++++++++---------
 debian/copyright |    8 ++++----
 debian/rules     |    2 +-
 4 files changed, 31 insertions(+), 14 deletions(-)

New commits:
commit 7a1869d2a27d68df07cd8bcfbac98dad7cd16369
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 13 11:56:07 2008 +0200

    Install the upstream ChangeLog

diff --git a/debian/changelog b/debian/changelog
index 5ea680a..6852689 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ libxp (1:1.0.0.xsf1-2) 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 <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:43:00 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:55:59 +0200
 
 libxp (1:1.0.0.xsf1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d1b97ce..4fe3f4d 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=usr/share/man/man3 --exclude=libXp.la
        dh_installman
-       dh_installchangelogs
+       dh_installchangelogs ChangeLog
        dh_link
        dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress

commit 0ffd47ec287ff6623b052b50cedb7a8686dd95a3
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 13 10:40:49 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 485d84a..5ea680a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libxp (1:1.0.0.xsf1-2) 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 <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:43:00 +0200
+
 libxp (1:1.0.0.xsf1-1) unstable; urgency=low
 
   * Package source management transferred to XSF.  Upstream version
diff --git a/debian/control b/debian/control
index 1e2840c..e7b5371 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: Drew Parsons <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), quilt, pkg-config, libx11-dev (>= 
1:0.99.2-1), x11proto-print-dev, x11proto-xext-dev, libxext-dev, libxau-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxp
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git
 
 Package: libxp6
 Section: libs
@@ -15,17 +17,18 @@ Description: X Printing Extension (Xprint) client library
  non-display devices, making use of the X Print Service.
  .
  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/Xp' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXp
 
 Package: libxp6-dbg
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libxp6 (= ${Source-Version}), ${shlibs:Depends}
+Depends: libxp6 (= ${binary:Version}), ${shlibs:Depends}
 Description: X Printing Extension (Xprint) client library (unstripped)
  libXp provides public APIs to allow client applications to render to
  non-display devices, making use of the X Print Service.
@@ -39,16 +42,17 @@ Description: X Printing Extension (Xprint) client library 
(unstripped)
  executed.  Non-programmers will likely have little use for this package.
  .
  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/Xp' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXp
 
 Package: libxp-dev
 Section: libdevel
 Architecture: any
-Depends: libxp6 (= ${Source-Version}), libx11-dev (>= 2:1.0.0), 
x11proto-print-dev
+Depends: libxp6 (= ${binary:Version}), libx11-dev (>= 2:1.0.0), 
x11proto-print-dev
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X Printing Extension (Xprint) client library (development files)
  libXp provides public APIs to allow client applications to render to
@@ -57,8 +61,9 @@ Description: X Printing Extension (Xprint) 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/Xp' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXp
diff --git a/debian/copyright b/debian/copyright
index 446b5e5..283c515 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
-This package was debianized by Drew Parsons <[EMAIL PROTECTED]> on
-Sunday, April 16 2006 15:34:09.
-
-Downloaded from http://xorg.freedesktop.org/releases/X11R7.0/src/lib/
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
 
+It was debianized by Drew Parsons <[EMAIL PROTECTED]> on
+Sunday, April 16 2006 15:34:09.
 
 Copyright © 2001,2003 Keith Packard
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to