[Pkg-xfce-commits] r7937 - in /desktop/trunk/orage/debian: changelog control rules

Jackson Doak noskcaj-guest at alioth.debian.org
Fri Sep 20 21:00:31 UTC 2013


Author: noskcaj-guest
Date: Fri Sep 20 21:00:30 2013
New Revision: 7937

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=7937
Log:
Use autotools-dev

Modified:
    desktop/trunk/orage/debian/changelog
    desktop/trunk/orage/debian/control
    desktop/trunk/orage/debian/rules

Modified: desktop/trunk/orage/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/changelog?rev=7937&op=diff
==============================================================================
--- desktop/trunk/orage/debian/changelog	(original)
+++ desktop/trunk/orage/debian/changelog	Fri Sep 20 21:00:30 2013
@@ -1,8 +1,17 @@
 orage (4.8.4-3) UNRELEASED; urgency=low
 
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
- -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:55:53 +0200
+  [ Jackson Doak ]
+  * debian/rules: use autotools-dev
+  * debian/control: 
+    - Build-depend autotools-dev
+    - Remove duplicate entry libdbus-1-dev
+  * Creat debian/source/options
+
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Sat, 21 Sep 2013 06:56:49 +1000
 
 orage (4.8.4-2) unstable; urgency=low
 

Modified: desktop/trunk/orage/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/control?rev=7937&op=diff
==============================================================================
--- desktop/trunk/orage/debian/control	(original)
+++ desktop/trunk/orage/debian/control	Fri Sep 20 21:00:30 2013
@@ -6,7 +6,7 @@
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), libxml-parser-perl,
  libgtk2.0-dev (>= 2.10.1), xfce4-panel-dev, libxfcegui4-dev, libnotify-dev,
- libdbus-1-dev, intltool, libdbus-1-dev, libical-dev, libpopt-dev
+ libdbus-1-dev, intltool, libical-dev, libpopt-dev, autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/orage/

Modified: desktop/trunk/orage/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/rules?rev=7937&op=diff
==============================================================================
--- desktop/trunk/orage/debian/rules	(original)
+++ desktop/trunk/orage/debian/rules	Fri Sep 20 21:00:30 2013
@@ -8,4 +8,4 @@
 	dh_auto_configure -- --enable-dbus --enable-libical
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autotools-dev




More information about the Pkg-xfce-commits mailing list