r28314 - in /desktop/unstable/gucharmap/debian: changelog compat control control.in gir1.2-gucharmap-2.90.install gucharmap.install libgucharmap-2-90-7.install libgucharmap-2-90-dev.install libgucharmap2-dev.install

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 5 21:31:44 UTC 2011


Author: biebl
Date: Sun Jun  5 21:31:43 2011
New Revision: 28314

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28314
Log:
* Bump debhelper compatibility level to 8.
  - Update Build-Depends on debhelper.
  - Strip leading debian/tmp/ from .install files.

Modified:
    desktop/unstable/gucharmap/debian/changelog
    desktop/unstable/gucharmap/debian/compat
    desktop/unstable/gucharmap/debian/control
    desktop/unstable/gucharmap/debian/control.in
    desktop/unstable/gucharmap/debian/gir1.2-gucharmap-2.90.install
    desktop/unstable/gucharmap/debian/gucharmap.install
    desktop/unstable/gucharmap/debian/libgucharmap-2-90-7.install
    desktop/unstable/gucharmap/debian/libgucharmap-2-90-dev.install
    desktop/unstable/gucharmap/debian/libgucharmap2-dev.install

Modified: desktop/unstable/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/changelog?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/changelog [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/changelog [utf-8] Sun Jun  5 21:31:43 2011
@@ -7,6 +7,9 @@
   * Add symbols files for libgucharmap7 and libgucharmap-2-90-7 for improved
     shlibs dependencies.
   * Drop ancient Replaces: gnome-utils, obsolete.
+  * Bump debhelper compatibility level to 8.
+    - Update Build-Depends on debhelper.
+    - Strip leading debian/tmp/ from .install files.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 05 Jun 2011 22:05:58 +0200
 

Modified: desktop/unstable/gucharmap/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/compat?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/compat [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/compat [utf-8] Sun Jun  5 21:31:43 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: desktop/unstable/gucharmap/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/control?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/control [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/control [utf-8] Sun Jun  5 21:31:43 2011
@@ -9,7 +9,7 @@
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: David Weinehall <tao at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Luca Falavigna <dktrkranz at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs,
-               debhelper (>= 5),
+               debhelper (>= 8),
                gobject-introspection (>= 0.9.0),
                libgirepository1.0-dev (>= 0.9.0),
                gir1.2-pango-1.0,

Modified: desktop/unstable/gucharmap/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/control.in?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/control.in [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/control.in [utf-8] Sun Jun  5 21:31:43 2011
@@ -4,7 +4,7 @@
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
-               debhelper (>= 5),
+               debhelper (>= 8),
                gobject-introspection (>= 0.9.0),
                libgirepository1.0-dev (>= 0.9.0),
                gir1.2-pango-1.0,

Modified: desktop/unstable/gucharmap/debian/gir1.2-gucharmap-2.90.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/gir1.2-gucharmap-2.90.install?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/gir1.2-gucharmap-2.90.install [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/gir1.2-gucharmap-2.90.install [utf-8] Sun Jun  5 21:31:43 2011
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/girepository-1.0/Gucharmap-2.90.typelib
+usr/lib/girepository-1.0/Gucharmap-2.90.typelib

Modified: desktop/unstable/gucharmap/debian/gucharmap.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/gucharmap.install?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/gucharmap.install [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/gucharmap.install [utf-8] Sun Jun  5 21:31:43 2011
@@ -1,7 +1,6 @@
-debian/tmp/usr/bin/*
-debian/tmp/usr/share/applications
-debian/tmp/usr/share/gnome
-debian/tmp/usr/share/locale
-debian/tmp/usr/share/omf
-debian/tmp/etc/gconf/schemas/gucharmap.schemas
-
+usr/bin
+usr/share/applications
+usr/share/gnome
+usr/share/locale
+usr/share/omf
+etc/gconf/schemas/gucharmap.schemas

Modified: desktop/unstable/gucharmap/debian/libgucharmap-2-90-7.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/libgucharmap-2-90-7.install?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/libgucharmap-2-90-7.install [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/libgucharmap-2-90-7.install [utf-8] Sun Jun  5 21:31:43 2011
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/libgucharmap*.so.*
+usr/lib/libgucharmap*.so.*

Modified: desktop/unstable/gucharmap/debian/libgucharmap-2-90-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/libgucharmap-2-90-dev.install?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/libgucharmap-2-90-dev.install [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/libgucharmap-2-90-dev.install [utf-8] Sun Jun  5 21:31:43 2011
@@ -1,5 +1,5 @@
-debian/tmp/usr/include			/usr
-debian/tmp/usr/lib/libgucharmap*.so	/usr/lib
-debian/tmp/usr/lib/pkgconfig/		/usr/lib
-debian/tmp/usr/share/gtk-doc		/usr/share
-debian/tmp/usr/share/gir-1.0		/usr/share
+usr/include
+usr/lib/libgucharmap*.so
+usr/lib/pkgconfig
+usr/share/gtk-doc
+usr/share/gir-1.0

Modified: desktop/unstable/gucharmap/debian/libgucharmap2-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/libgucharmap2-dev.install?rev=28314&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/libgucharmap2-dev.install [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/libgucharmap2-dev.install [utf-8] Sun Jun  5 21:31:43 2011
@@ -1,4 +1,4 @@
 debian/tmp-gtk2/usr/include			/usr
 debian/tmp-gtk2/usr/lib/libgucharmap*.so	/usr/lib
-debian/tmp-gtk2/usr/lib/pkgconfig/		/usr/lib
+debian/tmp-gtk2/usr/lib/pkgconfig		/usr/lib
 debian/tmp-gtk2/usr/share/gtk-doc		/usr/share




More information about the pkg-gnome-commits mailing list