[Pkg-xfce-commits] r8011 - in /goodies/branches/experimental/parole/debian: changelog control rules
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Oct 19 17:09:32 UTC 2013
Author: corsac
Date: Sat Oct 19 17:09:32 2013
New Revision: 8011
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8011
Log:
* New upstream development release.
* debian/control:
- update libxfce4ui-1-dev build-dep to libxfce4ui-2-dev
* debian/rules:
- drop dh-autoreconf and xdt-autogen.sh calls.
Modified:
goodies/branches/experimental/parole/debian/changelog
goodies/branches/experimental/parole/debian/control
goodies/branches/experimental/parole/debian/rules
Modified: goodies/branches/experimental/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/changelog?rev=8011&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/changelog (original)
+++ goodies/branches/experimental/parole/debian/changelog Sat Oct 19 17:09:32 2013
@@ -1,8 +1,12 @@
-parole (0.5.2-2) UNRELEASED; urgency=low
+parole (0.5.90-1) UNRELEASED; urgency=low
- * Replace autotools-dev with autoreconf
+ * New upstream development release.
+ * debian/control:
+ - update libxfce4ui-1-dev build-dep to libxfce4ui-2-dev
+ * debian/rules:
+ - drop dh-autoreconf and xdt-autogen.sh calls.
- -- Jackson Doak <noskcaj at ubuntu.com> Sun, 18 Aug 2013 20:23:53 +1000
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 19 Oct 2013 16:57:27 +0200
parole (0.5.2-1) unstable; urgency=low
Modified: goodies/branches/experimental/parole/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/control?rev=8011&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/control (original)
+++ goodies/branches/experimental/parole/debian/control Sat Oct 19 17:09:32 2013
@@ -7,7 +7,7 @@
Build-Depends: debhelper (>= 9), intltool, pkg-config,
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),
+ libxfce4ui-2-dev, libxfconf-0-dev (>= 4.10),
libnotify-dev, libtagc0-dev, dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://goodies.xfce.org/projects/applications/parole
Modified: goodies/branches/experimental/parole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/rules?rev=8011&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/rules (original)
+++ goodies/branches/experimental/parole/debian/rules Sat Oct 19 17:09:32 2013
@@ -5,7 +5,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallel --with autoreconf
+ dh $@ --parallel
override_dh_makeshlibs:
dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0
@@ -13,7 +13,3 @@
override_dh_install:
find debian/tmp/usr/lib -name '*.la' -delete
dh_install --fail-missing
-
-override_dh_auto_configure:
- NOCONFIGURE=1 xdt-autogen
- dh_auto_configure
More information about the Pkg-xfce-commits
mailing list