r31007 - in /packages/unstable/xchat-gnome/debian: changelog compat control control.in rules watch xchat-gnome-common.install xchat-gnome.install

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Oct 23 19:26:48 UTC 2011


Author: jbicha-guest
Date: Sun Oct 23 19:26:48 2011
New Revision: 31007

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31007
Log:
* Don't ship .desktop in -common, fixes lintian warning
* Bump debhelper compatibility level to 8.
  - Strip debian/tmp/ from .install files.
  - Bump Build-Depends on debhelper.
* Bump Standards-Version to 3.9.2
* debian/watch: Track .xz tarballs

Modified:
    packages/unstable/xchat-gnome/debian/changelog
    packages/unstable/xchat-gnome/debian/compat
    packages/unstable/xchat-gnome/debian/control
    packages/unstable/xchat-gnome/debian/control.in
    packages/unstable/xchat-gnome/debian/rules
    packages/unstable/xchat-gnome/debian/watch
    packages/unstable/xchat-gnome/debian/xchat-gnome-common.install
    packages/unstable/xchat-gnome/debian/xchat-gnome.install

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/changelog [utf-8] Sun Oct 23 19:26:48 2011
@@ -1,7 +1,13 @@
-xchat-gnome (1:0.30.0~git20110821.e2a400-0.3) UNRELEASED; urgency=low
-
+xchat-gnome (1:0.30.0~git20110821.e2a400-1) UNRELEASED; urgency=low
+
+  * Don't ship .desktop in -common, fixes lintian warning
+  * Bump debhelper compatibility level to 8.
+    - Strip debian/tmp/ from .install files.
+    - Bump Build-Depends on debhelper.
+  * Bump Standards-Version to 3.9.2
   * debian/control.in:
     - Removed duplicate intltool build-dep.
+  * debian/watch: Track .xz tarballs
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Sun, 23 Oct 2011 14:52:46 -0400
 

Modified: packages/unstable/xchat-gnome/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/compat?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/compat [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/compat [utf-8] Sun Oct 23 19:26:48 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: packages/unstable/xchat-gnome/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/control?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/control [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/control [utf-8] Sun Oct 23 19:26:48 2011
@@ -8,7 +8,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: debhelper (>= 5.0.0),
+Build-Depends: debhelper (>= 8),
                gnome-pkg-tools,
                autotools-dev,
                cdbs (>= 0.4.41),
@@ -34,13 +34,14 @@
                libglib2.0-dev (>= 2.18.0),
                libsm-dev (>= 2:1.0.0),
                libice-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 
 Package: xchat-gnome
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          xchat-gnome-common (= ${source:Version})
+Replaces: xchat-gnome-common (<< 1:0.30.0~git20110821.e2a400-1)
 Description: simple and featureful IRC client for GNOME
  XChat-GNOME is an IRC chat program, based on the popular X-Chat IRC 
  client, designed with an emphasis on simplicity. It allows you to join 

Modified: packages/unstable/xchat-gnome/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/control.in?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/control.in [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/control.in [utf-8] Sun Oct 23 19:26:48 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5.0.0),
+Build-Depends: debhelper (>= 8),
                gnome-pkg-tools,
                autotools-dev,
                cdbs (>= 0.4.41),
@@ -29,13 +29,14 @@
                libglib2.0-dev (>= 2.18.0),
                libsm-dev (>= 2:1.0.0),
                libice-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 
 Package: xchat-gnome
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          xchat-gnome-common (= ${source:Version})
+Replaces: xchat-gnome-common (<< 1:0.30.0~git20110821.e2a400-1)
 Description: simple and featureful IRC client for GNOME
  XChat-GNOME is an IRC chat program, based on the popular X-Chat IRC 
  client, designed with an emphasis on simplicity. It allows you to join 

Modified: packages/unstable/xchat-gnome/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/rules?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/rules [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/rules [utf-8] Sun Oct 23 19:26:48 2011
@@ -18,3 +18,4 @@
 binary-install/xchat-gnome-common::
 	find debian/ -name "xchat-gnome.1" -exec rm -f {} \;
 	rm -rf debian/xchat-gnome-common/usr/share/man
+	rm -rf debian/xchat-gnome-common/usr/share/applications

Modified: packages/unstable/xchat-gnome/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/watch?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/watch [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/watch [utf-8] Sun Oct 23 19:26:48 2011
@@ -1,3 +1,3 @@
 version=3
 http://ftp.gnome.org/pub/GNOME/sources/xchat-gnome/([\d\.]+)[02468]/ \
-xchat-gnome-([\d\.]+)\.tar\.gz
+xchat-gnome-([\d\.]+)\.tar\.xz

Modified: packages/unstable/xchat-gnome/debian/xchat-gnome-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/xchat-gnome-common.install?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/xchat-gnome-common.install [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/xchat-gnome-common.install [utf-8] Sun Oct 23 19:26:48 2011
@@ -1,2 +1,2 @@
-debian/tmp/etc
-debian/tmp/usr/share
+etc
+usr/share

Modified: packages/unstable/xchat-gnome/debian/xchat-gnome.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/xchat-gnome.install?rev=31007&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/xchat-gnome.install [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/xchat-gnome.install [utf-8] Sun Oct 23 19:26:48 2011
@@ -1,3 +1,4 @@
-debian/tmp/usr/bin
-debian/tmp/usr/lib
-debian/tmp/usr/share/man
+usr/bin
+usr/lib
+usr/share/applications
+usr/share/man




More information about the pkg-gnome-commits mailing list