[Pkg-xfce-commits] r4826 - goodies/branches/experimental/xfburn/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jan 22 12:57:46 UTC 2011
Author: corsac
Date: 2011-01-22 12:57:45 +0000 (Sat, 22 Jan 2011)
New Revision: 4826
Added:
goodies/branches/experimental/xfburn/debian/xfburn.docs
goodies/branches/experimental/xfburn/debian/xfburn.manpages
Modified:
goodies/branches/experimental/xfburn/debian/changelog
goodies/branches/experimental/xfburn/debian/control
goodies/branches/experimental/xfburn/debian/rules
Log:
- update debhelper build-dep to 7.0.50~ for overrides
- drop thunar-vfs build-dep since we don't use hal anymore.
* debian/rules:
- switch to debhelper tiny rules.
- build with --disable-hal
Modified: goodies/branches/experimental/xfburn/debian/changelog
===================================================================
--- goodies/branches/experimental/xfburn/debian/changelog 2011-01-22 11:53:13 UTC (rev 4825)
+++ goodies/branches/experimental/xfburn/debian/changelog 2011-01-22 12:57:45 UTC (rev 4826)
@@ -9,10 +9,15 @@
[ Yves-Alexis Perez ]
* debian/control:
- drop hal depends so we can get rid of it.
+ - update debhelper build-dep to 7.0.50~ for overrides
+ - drop thunar-vfs build-dep since we don't use hal anymore.
+ * debian/rules:
+ - switch to debhelper tiny rules.
+ - build with --disable-hal
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 22 Jan 2011 12:37:11 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 22 Jan 2011 13:57:29 +0100
-xfburn (0.4.3-1) unstable; urgency=low
+xfburn (0.4.3-1+b1) unstable; urgency=low
* New upstream release.
* debian/control:
Modified: goodies/branches/experimental/xfburn/debian/control
===================================================================
--- goodies/branches/experimental/xfburn/debian/control 2011-01-22 11:53:13 UTC (rev 4825)
+++ goodies/branches/experimental/xfburn/debian/control 2011-01-22 12:57:45 UTC (rev 4826)
@@ -4,10 +4,9 @@
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>, Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 7), cdbs, libxfcegui4-dev (>= 4.3.90.2),
- libexo-1-dev (>= 0.5.0), libthunar-vfs-1-dev (>= 0.3.2beta2),
- libburn-dev, libisofs-dev, libdbus-glib-1-dev, libgstreamer0.10-dev,
- intltool, libgstreamer-plugins-base0.10-dev
+Build-Depends: debhelper (>= 7.0.50~), cdbs, libxfcegui4-dev (>= 4.6.0),
+ libexo-1-dev (>= 0.5.0), libburn-dev, libisofs-dev, libdbus-glib-1-dev,
+ libgstreamer0.10-dev, intltool, libgstreamer-plugins-base0.10-dev
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfburn/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfburn/
Modified: goodies/branches/experimental/xfburn/debian/rules
===================================================================
--- goodies/branches/experimental/xfburn/debian/rules 2011-01-22 11:53:13 UTC (rev 4825)
+++ goodies/branches/experimental/xfburn/debian/rules 2011-01-22 12:57:45 UTC (rev 4826)
@@ -1,10 +1,7 @@
#!/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_INSTALL_MANPAGES_xfburn := debian/xfburn.1
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-hal
-binary-post-install/xfburn::
- dh_icons
+%:
+ dh $@
Added: goodies/branches/experimental/xfburn/debian/xfburn.docs
===================================================================
--- goodies/branches/experimental/xfburn/debian/xfburn.docs (rev 0)
+++ goodies/branches/experimental/xfburn/debian/xfburn.docs 2011-01-22 12:57:45 UTC (rev 4826)
@@ -0,0 +1 @@
+AUTHORS NEWS README TODO
Added: goodies/branches/experimental/xfburn/debian/xfburn.manpages
===================================================================
--- goodies/branches/experimental/xfburn/debian/xfburn.manpages (rev 0)
+++ goodies/branches/experimental/xfburn/debian/xfburn.manpages 2011-01-22 12:57:45 UTC (rev 4826)
@@ -0,0 +1 @@
+debian/xfburn.1
More information about the Pkg-xfce-commits
mailing list