r13478 - in /packages/unstable/devhelp/debian: changelog control devhelp.menu rules

brad-guest at users.alioth.debian.org brad-guest at users.alioth.debian.org
Sun Nov 18 13:18:50 UTC 2007


Author: brad-guest
Date: Sun Nov 18 13:18:50 2007
New Revision: 13478

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13478
Log:
* New Maintainer. Closes: #450879, #451064.
* Remove lintian warning about rpath.
* Remove lintian warning about Apps menu section.

Modified:
    packages/unstable/devhelp/debian/changelog
    packages/unstable/devhelp/debian/control
    packages/unstable/devhelp/debian/devhelp.menu
    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=13478&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/changelog (original)
+++ packages/unstable/devhelp/debian/changelog Sun Nov 18 13:18:50 2007
@@ -1,7 +1,13 @@
-devhelp (0.16.1-3) UNRELEASED; urgency=low
-
+devhelp (0.16.1-3) unstable; urgency=low
+
+  [ Josselin Mouette ]
   * Set maintainer to the GNOME team.
   * Use F11 instead of F7 for the emacs keybinding. Closes: #446191.
+
+  [ Bradley Smith ]
+  * New Maintainer. Closes: #450879, #451064.
+  * Remove lintian warning about rpath.
+  * Remove lintian warning about Apps menu section.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 15 Nov 2007 21:56:32 +0100
 

Modified: packages/unstable/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/control?rev=13478&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/control (original)
+++ packages/unstable/devhelp/debian/control Sun Nov 18 13:18:50 2007
@@ -1,8 +1,8 @@
 Source: devhelp
 Section: devel
 Priority: optional
-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Gustavo Noronha Silva <kov at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Maintainer: Bradley Smith <brad at brad-smith.co.uk>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 5),
                libgtk2.0-dev (>= 2.8.17-1),
@@ -16,7 +16,8 @@
                dpkg-dev (>= 1.13.19),
                libglib2.0-dev (>= 2.8.0),
                python-dev,
-               python-support (>= 0.3)
+               python-support (>= 0.3),
+               chrpath
 Standards-Version: 3.7.2
 
 Package: libdevhelp-1-0

Modified: packages/unstable/devhelp/debian/devhelp.menu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/devhelp.menu?rev=13478&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/devhelp.menu (original)
+++ packages/unstable/devhelp/debian/devhelp.menu Sun Nov 18 13:18:50 2007
@@ -1,6 +1,6 @@
 ?package(devhelp):\
 needs="x11"\
-section="Apps/Programming"\
+section="Applications/Programming"\
 title="DevHelp"\
 longtitle="DevHelp: developer's documentation browser and helper"\
 icon="/usr/share/pixmaps/devhelp-debian.xpm"\

Modified: packages/unstable/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/rules?rev=13478&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/rules (original)
+++ packages/unstable/devhelp/debian/rules Sun Nov 18 13:18:50 2007
@@ -27,12 +27,14 @@
 
 # this creates a debian/shlibs.local forcing very strict interdependencies
 binary-post-install/libdevhelp-1-0::
+	chrpath -d `pwd`/debian/libdevhelp-1-0/usr/lib/libdevhelp-1.so.0.0.0
 	dh_makeshlibs -plibdevhelp-1-0 -n \
 		-V "libdevhelp-1-0 (= $(DEB_VERSION))"
 	mv debian/libdevhelp-1-0/DEBIAN/shlibs \
 		debian/shlibs.local
 
 binary-post-install/devhelp::
+	chrpath -d `pwd`/debian/devhelp/usr/bin/devhelp
 	dh_link -pdevhelp usr/share/man/man1/devhelp.1.gz \
 		usr/share/man/man1/devhelp-bin.1.gz
 	install -d `pwd`/debian/devhelp/usr/share/pixmaps/




More information about the pkg-gnome-commits mailing list