[Pkg-xfce-commits] r8160 - in /goodies/trunk/gigolo/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Thu Jan 9 22:00:41 UTC 2014


Author: corsac
Date: Thu Jan  9 22:00:41 2014
New Revision: 8160

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8160
Log:
* debian/rules:
  - stop calling autogen.sh before configure.

Modified:
    goodies/trunk/gigolo/debian/changelog
    goodies/trunk/gigolo/debian/control
    goodies/trunk/gigolo/debian/rules

Modified: goodies/trunk/gigolo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/changelog?rev=8160&op=diff
==============================================================================
--- goodies/trunk/gigolo/debian/changelog	(original)
+++ goodies/trunk/gigolo/debian/changelog	Thu Jan  9 22:00:41 2014
@@ -10,12 +10,15 @@
   * debian/control:
     - Bump debhelper to 9
     - Drop hardening-includes, no longer needed
-    - Add build-depend on xfce4-dev-tools
     - Bump standards-version to 3.9.5
   * debian/rules: 
     - Switch from hardening includes to debhelper 9 hardening
     - Add --disable-silent-rules to configure
   * debian/compat: Bump to 9
+
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - stop calling autogen.sh before configure.
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Fri, 10 Jan 2014 07:22:45 +1100
 

Modified: goodies/trunk/gigolo/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/control?rev=8160&op=diff
==============================================================================
--- goodies/trunk/gigolo/debian/control	(original)
+++ goodies/trunk/gigolo/debian/control	Thu Jan  9 22:00:41 2014
@@ -4,7 +4,7 @@
 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>, Stefan Ott <stefan at ott.net>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), intltool, pkg-config,
-  libgtk2.0-dev (>= 2.12.0), xfce4-dev-tools
+  libgtk2.0-dev (>= 2.12.0)
 Standards-Version: 3.9.5
 Homepage: http://www.uvena.de/gigolo/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/gigolo/

Modified: goodies/trunk/gigolo/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/rules?rev=8160&op=diff
==============================================================================
--- goodies/trunk/gigolo/debian/rules	(original)
+++ goodies/trunk/gigolo/debian/rules	Thu Jan  9 22:00:41 2014
@@ -7,13 +7,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	./autogen.sh
 	dh_auto_configure -- --disable-silent-rules
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -f $$(find -name 'Makefile.in*')
-	rm -f INSTALL aclocal.m4 config.h.in configure depcomp install-sh missing mkinstalldirs
 
 override_dh_install:
 	rm debian/tmp/usr/share/doc/gigolo/ChangeLog
@@ -22,4 +16,4 @@
 	dh_install --fail-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=gigolo-dbg
+	dh_strip --dbg-package=gigolo-dbg




More information about the Pkg-xfce-commits mailing list