r30067 - in /packages/unstable/ghex/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 7 01:04:15 UTC 2011


Author: biebl
Date: Fri Oct  7 01:04:14 2011
New Revision: 30067

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30067
Log:
* debian/rules:
  - Remove some cruft which is no longer necessary.

Modified:
    packages/unstable/ghex/debian/changelog
    packages/unstable/ghex/debian/rules

Modified: packages/unstable/ghex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/changelog?rev=30067&op=diff
==============================================================================
--- packages/unstable/ghex/debian/changelog [utf-8] (original)
+++ packages/unstable/ghex/debian/changelog [utf-8] Fri Oct  7 01:04:14 2011
@@ -30,6 +30,8 @@
   * The main binary was renamed from ghex2 → ghex.
     - Rename and update manpage.
     - Update menu file.
+  * debian/rules:
+    - Remove some cruft which is no longer necessary.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 07 Oct 2011 02:05:07 +0200
 

Modified: packages/unstable/ghex/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/rules?rev=30067&op=diff
==============================================================================
--- packages/unstable/ghex/debian/rules [utf-8] (original)
+++ packages/unstable/ghex/debian/rules [utf-8] Fri Oct  7 01:04:14 2011
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 
 libgtkhexN := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkhex[0-9-]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
-
-# ensure ghex is built after libgtkhex
-binary/ghex:: binary/$(libgtkhexN)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -11,8 +8,6 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_SHLIBDEPS_INCLUDE_ghex += debian/$(libgtkhexN)/usr/lib/
-
 DEB_DH_MAKESHLIBS_ARGS_$(libgtkhexN) += -V"$(libgtkhexN) (>= 3.0.0)"
 
 DEB_INSTALL_MANPAGES_ghex += debian/ghex.1




More information about the pkg-gnome-commits mailing list