[Pkg-xfce-commits] r3721 - desktop/trunk/exo/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Dec 12 03:04:04 UTC 2009
Author: corsac
Date: 2009-12-12 15:03:59 +0000 (Sat, 12 Dec 2009)
New Revision: 3721
Removed:
desktop/trunk/exo/debian/patches/
Modified:
desktop/trunk/exo/debian/changelog
desktop/trunk/exo/debian/control
desktop/trunk/exo/debian/rules
Log:
* New upstream release.
- drop build-dep on quilt.
- update Homepage url to point to xfce.org.
* debian/patches:
- 01_mount-async dropped, merged upstream.
* debian/rules:
- drop quilt rules.
Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog 2009-12-10 19:48:40 UTC (rev 3720)
+++ desktop/trunk/exo/debian/changelog 2009-12-12 15:03:59 UTC (rev 3721)
@@ -1,9 +1,16 @@
-exo (0.3.105-4) UNRELEASED; urgency=low
+exo (0.3.106-1) UNRELEASED; urgency=low
+ * New upstream release.
* debian/control:
- fix typo in -dbg long description. closes: #557529
+ - drop build-dep on quilt.
+ - update Homepage url to point to xfce.org.
+ * debian/patches:
+ - 01_mount-async dropped, merged upstream.
+ * debian/rules:
+ - drop quilt rules.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 22 Nov 2009 19:05:35 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 12 Dec 2009 15:53:21 +0100
exo (0.3.105-3) unstable; urgency=low
Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control 2009-12-10 19:48:40 UTC (rev 3720)
+++ desktop/trunk/exo/debian/control 2009-12-12 15:03:59 UTC (rev 3721)
@@ -5,9 +5,9 @@
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
Build-Depends: debhelper (>= 5.0.0), libxfcegui4-dev (>= 4.6.0),
liburi-perl, chrpath, libhal-storage-dev [!hurd-i386], libnotify-dev,
- intltool, quilt
+ intltool
Standards-Version: 3.8.3
-Homepage: http://libexo.os-cillation.com/
+Homepage: http://www.xfce.org
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/exo/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/
Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules 2009-12-10 19:48:40 UTC (rev 3720)
+++ desktop/trunk/exo/debian/rules 2009-12-12 15:03:59 UTC (rev 3721)
@@ -8,14 +8,12 @@
EXO_SOVERSION=0
EXO_SONAME=libexo-$(EXO_LIBNAME)-$(EXO_SOVERSION)
-include /usr/share/quilt/quilt.make
-
config.status: configure
dh_testdir
# Add here commands to configure the package.
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --libexecdir=/usr/lib/$(EXO_SONAME) --enable-final --disable-gtk-doc --disable-python --enable-notifications
-build: patch build-stamp
+build: build-stamp
build-stamp: config.status
dh_testdir
@@ -24,7 +22,7 @@
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
More information about the Pkg-xfce-commits
mailing list