r11102 - in /packages/unstable/devhelp/debian: changelog compat control control.in devhelp.install libdevhelp-1-dev.install rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 22 12:33:00 UTC 2007


Author: lool
Date: Tue May 22 12:33:00 2007
New Revision: 11102

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11102
Log:
* Bump up Debhelper compatibility level to 5.
  - Drop spurious reference to usr/lib/libdevhelp-1.a, usr/share/man, and
    usr/share/mime-info.
* Include CDBS' utils.
* 

Modified:
    packages/unstable/devhelp/debian/changelog
    packages/unstable/devhelp/debian/compat
    packages/unstable/devhelp/debian/control
    packages/unstable/devhelp/debian/control.in
    packages/unstable/devhelp/debian/devhelp.install
    packages/unstable/devhelp/debian/libdevhelp-1-dev.install
    packages/unstable/devhelp/debian/rules

Modified: packages/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/changelog?rev=11102&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/changelog (original)
+++ packages/unstable/devhelp/debian/changelog Tue May 22 12:33:00 2007
@@ -7,8 +7,13 @@
     - Bump shlibs to >= 0.14.
     - Drop patch 02_README_search_path_fix, merged upstream.
     - Adds typeahead support; GNOME #116322; closes: #389151.
-
- -- Loic Minier <lool at dooz.org>  Tue, 22 May 2007 13:54:49 +0200
+  * Bump up Debhelper compatibility level to 5.
+    - Drop spurious reference to usr/lib/libdevhelp-1.a, usr/share/man, and
+      usr/share/mime-info.
+  * Include CDBS' utils.
+  * 
+
+ -- Loic Minier <lool at dooz.org>  Tue, 22 May 2007 14:29:55 +0200
 
 devhelp (0.13-3) unstable; urgency=low
 

Modified: packages/unstable/devhelp/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/compat?rev=11102&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/compat (original)
+++ packages/unstable/devhelp/debian/compat Tue May 22 12:33:00 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/unstable/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/control?rev=11102&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/control (original)
+++ packages/unstable/devhelp/debian/control Tue May 22 12:33:00 2007
@@ -4,7 +4,7 @@
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: cdbs,
-               debhelper (>> 4.1.0),
+               debhelper (>= 5),
                libgtk2.0-dev (>= 2.8.17-1),
                libglade2-dev (>= 1:2.4.0-1),
                libgconf2-dev (>= 2.6.0),

Modified: packages/unstable/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/control.in?rev=11102&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/control.in (original)
+++ packages/unstable/devhelp/debian/control.in Tue May 22 12:33:00 2007
@@ -4,7 +4,7 @@
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
-               debhelper (>> 4.1.0),
+               debhelper (>= 5),
                libgtk2.0-dev (>= 2.8.17-1),
                libglade2-dev (>= 1:2.4.0-1),
                libgconf2-dev (>= 2.6.0),

Modified: packages/unstable/devhelp/debian/devhelp.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/devhelp.install?rev=11102&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/devhelp.install (original)
+++ packages/unstable/devhelp/debian/devhelp.install Tue May 22 12:33:00 2007
@@ -1,4 +1,2 @@
 debian/tmp/usr/share/applications/* usr/share/applications/
-debian/tmp/usr/share/mime-info/* usr/share/mime-info/
-debian/tmp/usr/share/man/* usr/share/man/
 debian/tmp/usr/bin/* usr/bin/

Modified: packages/unstable/devhelp/debian/libdevhelp-1-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/libdevhelp-1-dev.install?rev=11102&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/libdevhelp-1-dev.install (original)
+++ packages/unstable/devhelp/debian/libdevhelp-1-dev.install Tue May 22 12:33:00 2007
@@ -1,4 +1,3 @@
 debian/tmp/usr/lib/libdevhelp-1.so usr/lib/
-debian/tmp/usr/lib/libdevhelp-1.a usr/lib/
 debian/tmp/usr/lib/pkgconfig/* usr/lib/pkgconfig/
 debian/tmp/usr/include/* usr/include/

Modified: packages/unstable/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/rules?rev=11102&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/rules (original)
+++ packages/unstable/devhelp/debian/rules Tue May 22 12:33:00 2007
@@ -4,6 +4,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 




More information about the pkg-gnome-commits mailing list