[Pkg-xfce-commits] r7876 - in /goodies/trunk/xfce4-hdaps/debian: changelog control copyright rules source/options

pkg-xfce-devel at lists.alioth.debian.org pkg-xfce-devel at lists.alioth.debian.org
Sat Aug 24 04:47:09 UTC 2013


Author: noskcaj-guest
Date: Sat Aug 24 04:47:07 2013
New Revision: 7876

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=7876
Log:
Enable autoreconf

Added:
    goodies/trunk/xfce4-hdaps/debian/source/options
Modified:
    goodies/trunk/xfce4-hdaps/debian/changelog
    goodies/trunk/xfce4-hdaps/debian/control
    goodies/trunk/xfce4-hdaps/debian/copyright
    goodies/trunk/xfce4-hdaps/debian/rules

Modified: goodies/trunk/xfce4-hdaps/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-hdaps/debian/changelog?rev=7876&op=diff
==============================================================================
--- goodies/trunk/xfce4-hdaps/debian/changelog	(original)
+++ goodies/trunk/xfce4-hdaps/debian/changelog	Sat Aug 24 04:47:07 2013
@@ -1,8 +1,13 @@
 xfce4-hdaps (0.0.9-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:57:35 +0200
+  [ Jackson Doak ]
+  * Enable dh-autoreconf
+  * Change copyright to debian format 1.0
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Sat, 24 Aug 2013 13:02:42 +1000
 
 xfce4-hdaps (0.0.9-2) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-hdaps/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-hdaps/debian/control?rev=7876&op=diff
==============================================================================
--- goodies/trunk/xfce4-hdaps/debian/control	(original)
+++ goodies/trunk/xfce4-hdaps/debian/control	Sat Aug 24 04:47:07 2013
@@ -6,7 +6,7 @@
  Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, 
  Evgeni Golov <evgeni at debian.org>
 Build-Depends: debhelper (>= 9), intltool, libxfce4util-dev, libxfce4ui-1-dev, 
- xfce4-panel-dev
+ xfce4-panel-dev, dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://michael.orlitzky.com/code/xfce4-hdaps.php
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-hdaps/

Modified: goodies/trunk/xfce4-hdaps/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-hdaps/debian/copyright?rev=7876&op=diff
==============================================================================
--- goodies/trunk/xfce4-hdaps/debian/copyright	(original)
+++ goodies/trunk/xfce4-hdaps/debian/copyright	Sat Aug 24 04:47:07 2013
@@ -1,8 +1,6 @@
-Format-Specification:
- http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: xfce4-hdaps
-Upstream-Maintainer: Michael Orlitzky <michael at orlitzky.com>
-Upstream-Source: http://michael.orlitzky.com/code/xfce4-hdaps.php
+Source: http://michael.orlitzky.com/code/xfce4-hdaps.php
 
 Files: *
 Copyright: © 2009 Michael Orlitzky <michael at orlitzky.com>
@@ -10,8 +8,8 @@
 
 Files: debian/*
 Copyright: © 2009 Evgeni Golov <sargentd at die-welt.net>
-License: GPL-2+
+License: GPL-3+
 
-License: GPL-2+ | GPL-3+
+License: GPL-3+
  On Debian systems, you can find the whole text of the GNU GPL in
- /usr/share/common-licenses/GPL
+ /usr/share/common-licenses/GPL-3

Modified: goodies/trunk/xfce4-hdaps/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-hdaps/debian/rules?rev=7876&op=diff
==============================================================================
--- goodies/trunk/xfce4-hdaps/debian/rules	(original)
+++ goodies/trunk/xfce4-hdaps/debian/rules	Sat Aug 24 04:47:07 2013
@@ -7,5 +7,9 @@
 		dh_auto_install
 		find debian/xfce4-hdaps -name '*.la' -delete
 
+override_dh_auto_configure:
+	NOCONFIGURE=1 xdt-autogen
+	dh_auto_configure
+
 %:
-	dh $@
+	dh $@ --with autoreconf

Added: goodies/trunk/xfce4-hdaps/debian/source/options
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-hdaps/debian/source/options?rev=7876&op=file
==============================================================================
--- goodies/trunk/xfce4-hdaps/debian/source/options	(added)
+++ goodies/trunk/xfce4-hdaps/debian/source/options	Sat Aug 24 04:47:07 2013
@@ -0,0 +1 @@
+extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile)$"




More information about the Pkg-xfce-commits mailing list