[Pkg-xfce-commits] r3590 - desktop/trunk/exo/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat Oct 17 08:55:35 UTC 2009


Author: corsac
Date: 2009-10-17 20:55:34 +0000 (Sat, 17 Oct 2009)
New Revision: 3590

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.
* debian/patches:
  - 01_fix-exo-csource-manpage dropped, upstream manpage fixed.
  - 02_fix-exo-open-manpage as well.
* debian/control:
  - drop quilt build-dep.

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2009-10-17 20:54:38 UTC (rev 3589)
+++ desktop/trunk/exo/debian/changelog	2009-10-17 20:55:34 UTC (rev 3590)
@@ -1,16 +1,17 @@
-exo (0.3.104-3) UNRELEASED; urgency=low
+exo (0.3.105-1) UNRELEASED; urgency=low
 
-  * debian/patches:
-    - 03_support-mount-options.patch added, support extra mount options
-      through hal, using an rc file.
-    - 04_install-gtk-doc-in-versionned-dir added, install gtk-doc in a
-      versionned dir.
+  * New upstream release.
   * add a new libexo-common packages containing mount options file,
     documentation, helper files.
   * debian/rules:
     - simplify rules file.
+  * debian/patches:
+    - 01_fix-exo-csource-manpage dropped, upstream manpage fixed.
+    - 02_fix-exo-open-manpage as well.
+  * debian/control:
+    - drop quilt build-dep.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 17 Oct 2009 15:10:25 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 17 Oct 2009 22:45:10 +0200
 
 exo (0.3.104-2) unstable; urgency=low
 

Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control	2009-10-17 20:54:38 UTC (rev 3589)
+++ desktop/trunk/exo/debian/control	2009-10-17 20:55:34 UTC (rev 3590)
@@ -5,7 +5,7 @@
 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/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/exo/

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2009-10-17 20:54:38 UTC (rev 3589)
+++ desktop/trunk/exo/debian/rules	2009-10-17 20:55:34 UTC (rev 3590)
@@ -4,14 +4,14 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
+#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/libexo-0.3-0 --enable-final --disable-gtk-doc --disable-python --enable-notifications
 
-build: patch build-stamp
+build: build-stamp
 build-stamp:  config.status
 	dh_testdir
 
@@ -20,7 +20,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 




More information about the Pkg-xfce-commits mailing list