[Pkg-xfce-commits] r4850 - goodies/branches/experimental/thunar-archive-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Jan 23 05:39:22 UTC 2011


Author: corsac
Date: 2011-01-23 17:39:21 +0000 (Sun, 23 Jan 2011)
New Revision: 4850

Modified:
   goodies/branches/experimental/thunar-archive-plugin/debian/changelog
   goodies/branches/experimental/thunar-archive-plugin/debian/control
   goodies/branches/experimental/thunar-archive-plugin/debian/rules
Log:
  - update debhelper build-dep to 7.0.50~ for overrides.
* debian/rules:
  - switch to debhelper 7 tiny rules.

Modified: goodies/branches/experimental/thunar-archive-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/thunar-archive-plugin/debian/changelog	2011-01-23 17:31:56 UTC (rev 4849)
+++ goodies/branches/experimental/thunar-archive-plugin/debian/changelog	2011-01-23 17:39:21 UTC (rev 4850)
@@ -9,8 +9,11 @@
     - add build-dep on intltool libthunarx-2-dev and libexo-1-dev, drop
       build-dep on libthunar-vfs.
     - update standards version to 3.9.1.
+    - update debhelper build-dep to 7.0.50~ for overrides.
+  * debian/rules:
+    - switch to debhelper 7 tiny rules.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 23 Jan 2011 18:30:44 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 23 Jan 2011 18:34:24 +0100
 
 thunar-archive-plugin (0.2.4-5) unstable; urgency=low
 

Modified: goodies/branches/experimental/thunar-archive-plugin/debian/control
===================================================================
--- goodies/branches/experimental/thunar-archive-plugin/debian/control	2011-01-23 17:31:56 UTC (rev 4849)
+++ goodies/branches/experimental/thunar-archive-plugin/debian/control	2011-01-23 17:39:21 UTC (rev 4850)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, pkg-config, intltool, 
- libthunarx-2-dev, libexo-1-dev
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cdbs, pkg-config, 
+ intltool, libthunarx-2-dev, libexo-1-dev
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/thunar-archive-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/thunar-archive-plugin/

Modified: goodies/branches/experimental/thunar-archive-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/thunar-archive-plugin/debian/rules	2011-01-23 17:31:56 UTC (rev 4849)
+++ goodies/branches/experimental/thunar-archive-plugin/debian/rules	2011-01-23 17:39:21 UTC (rev 4850)
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
-DEB_CONFIGURE_LIBEXECDIR = /usr/lib/
+override_dh_makeshlibs:
+	dh_makeshlibs -n -X /usr/lib/thunarx-2/
 
-# Don't call ldconfig in postinst/postrm
-DEB_DH_MAKESHLIBS_ARGS := -n -X /usr/lib/thunarx-1/
-
-binary-post-install/thunar-archive-plugin::
+override_dh_install:
 	rm -rf debian/thunar-archive-plugin/usr/lib/thunarx-1/*.la
+	dh_install --fail-missing
+
+%:
+	dh $@




More information about the Pkg-xfce-commits mailing list