[Pkg-xfce-commits] r8084 - in /goodies/trunk/parole/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Thu Dec 5 20:58:42 UTC 2013
Author: corsac
Date: Thu Dec 5 20:58:42 2013
New Revision: 8084
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8084
Log:
* debian/rules:
- drop xdt-autogen and autoreconf calls.
* debian/control:
- drop build-dep on dh-autoreconf.
Modified:
goodies/trunk/parole/debian/changelog
goodies/trunk/parole/debian/control
goodies/trunk/parole/debian/rules
Modified: goodies/trunk/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/changelog?rev=8084&op=diff
==============================================================================
--- goodies/trunk/parole/debian/changelog (original)
+++ goodies/trunk/parole/debian/changelog Thu Dec 5 20:58:42 2013
@@ -1,9 +1,16 @@
parole (0.5.4-1) UNRELEASED; urgency=low
+ [ Jackson Doak ]
* New upstream release
* Replace autotools-dev with autoreconf
* debian/rules: --disable-silent-rules
* Update manpage
+
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - drop xdt-autogen and autoreconf calls.
+ * debian/control:
+ - drop build-dep on dh-autoreconf.
-- Jackson Doak <noskcaj at ubuntu.com> Fri, 25 Oct 2013 07:06:29 +1100
Modified: goodies/trunk/parole/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/control?rev=8084&op=diff
==============================================================================
--- goodies/trunk/parole/debian/control (original)
+++ goodies/trunk/parole/debian/control Thu Dec 5 20:58:42 2013
@@ -8,7 +8,7 @@
libgtk2.0-dev (>= 2.20), libgstreamer0.10-dev,
libgstreamer-plugins-base0.10-dev, libdbus-1-dev, libdbus-glib-1-dev,
libxfce4ui-1-dev, libxfconf-0-dev (>= 4.10),
- libnotify-dev, libtagc0-dev, dh-autoreconf
+ libnotify-dev, libtagc0-dev
Standards-Version: 3.9.4
Homepage: http://goodies.xfce.org/projects/applications/parole
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/parole/
Modified: goodies/trunk/parole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/rules?rev=8084&op=diff
==============================================================================
--- goodies/trunk/parole/debian/rules (original)
+++ goodies/trunk/parole/debian/rules Thu Dec 5 20:58:42 2013
@@ -5,7 +5,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallel --with autoreconf
+ dh $@ --parallell
override_dh_makeshlibs:
dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0
@@ -15,5 +15,4 @@
dh_install --fail-missing
override_dh_auto_configure:
- NOCONFIGURE=1 xdt-autogen
dh_auto_configure -- --disable-silent-rules
More information about the Pkg-xfce-commits
mailing list