[Pkg-xfce-commits] r303 - goodies/xfce4-netload-plugin/debian
Rudy Godoy
rudy-guest at costa.debian.org
Wed Nov 16 20:10:34 UTC 2005
Author: rudy-guest
Date: 2005-11-16 20:10:33 +0000 (Wed, 16 Nov 2005)
New Revision: 303
Modified:
goodies/xfce4-netload-plugin/debian/changelog
goodies/xfce4-netload-plugin/debian/control
goodies/xfce4-netload-plugin/debian/rules
Log:
new upstream release and autotools changes
Modified: goodies/xfce4-netload-plugin/debian/changelog
===================================================================
--- goodies/xfce4-netload-plugin/debian/changelog 2005-11-16 20:08:35 UTC (rev 302)
+++ goodies/xfce4-netload-plugin/debian/changelog 2005-11-16 20:10:33 UTC (rev 303)
@@ -1,3 +1,12 @@
+xfce4-netload-plugin (0.3.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Updated standards version
+ * Removed dependency and autotools bootstraping since
+ upstream is using an up to date version
+
+ -- Rudy Godoy <rudy at kernel-panik.org> Wed, 16 Nov 2005 15:11:52 -0500
+
xfce4-netload-plugin (0.3.2-2) unstable; urgency=high
* Binary skew blocks testing progression hence urgency high
Modified: goodies/xfce4-netload-plugin/debian/control
===================================================================
--- goodies/xfce4-netload-plugin/debian/control 2005-11-16 20:08:35 UTC (rev 302)
+++ goodies/xfce4-netload-plugin/debian/control 2005-11-16 20:10:33 UTC (rev 303)
@@ -2,9 +2,9 @@
Section: x11
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev, libtool, automake1.8, autoconf
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2.1
Package: xfce4-netload-plugin
Architecture: any
Modified: goodies/xfce4-netload-plugin/debian/rules
===================================================================
--- goodies/xfce4-netload-plugin/debian/rules 2005-11-16 20:08:35 UTC (rev 302)
+++ goodies/xfce4-netload-plugin/debian/rules 2005-11-16 20:10:33 UTC (rev 303)
@@ -1,18 +1,21 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_LIBTOOL := pre
-DEB_AUTO_UPDATE_ACLOCAL := 1.8
-DEB_AUTO_UPDATE_AUTOCONF := yes
+# Not bootstraping autotools since upstream is using an updated
+# version.
+#DEB_AUTO_UPDATE_LIBTOOL := pre
+#DEB_AUTO_UPDATE_ACLOCAL := 1.8
+#DEB_AUTO_UPDATE_AUTOCONF := yes
+
# We need to run automake but we need to run it with --foreign so using
# DEB_AUTO_UPDATE_AUTOMAKE := 1.8 above won't work as it calls it with the
# gnu strictness which requires a NEWS file *sigh* --huggie
-common-configure-impl:: debian/stamp-homebrew-automake
-debian/stamp-homebrew-automake:
- automake-1.8 --foreign
+#common-configure-impl:: debian/stamp-homebrew-automake
+#debian/stamp-homebrew-automake:
+# automake-1.8 --foreign
-clean::
- rm -f debian/stamp-homebrew-automake
+#clean::
+# rm -f debian/stamp-homebrew-automake
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
More information about the Pkg-xfce-commits
mailing list