tags 658001 + patch
thanks

Dear maintainer,

During the BSP in Paris at IRILL, I've prepared an NMU for lxpanel (versioned
as 0.5.8-1.1). I have not uploaded it since I am a DM.

Regards.
diff -Nru lxpanel-0.5.8/debian/changelog lxpanel-0.5.8/debian/changelog
--- lxpanel-0.5.8/debian/changelog	2011-07-30 14:35:46.000000000 +0200
+++ lxpanel-0.5.8/debian/changelog	2012-02-18 17:34:29.000000000 +0100
@@ -1,3 +1,11 @@
+lxpanel (0.5.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf to run autoreconf and intltoolize before
+    configure. (Closes: #658001)
+
+ -- Sébastien Villemot <sebastien.ville...@ens.fr>  Sat, 18 Feb 2012 17:19:17 +0100
+
 lxpanel (0.5.8-1) unstable; urgency=low
 
   * Merging upstream version 0.5.8:
diff -Nru lxpanel-0.5.8/debian/control lxpanel-0.5.8/debian/control
--- lxpanel-0.5.8/debian/control	2011-07-30 14:32:12.000000000 +0200
+++ lxpanel-0.5.8/debian/control	2012-02-18 17:44:59.000000000 +0100
@@ -7,7 +7,8 @@
  debhelper (>= 8), autotools-dev, docbook-xml, docbook-xsl, intltool,
  intltool-debian, libasound2-dev, libglib2.0-dev (>=2.10),
  libgtk2.0-dev (>=2.6), libiw-dev [linux-any],
- libmenu-cache1-dev (>=0.3.2), libxpm-dev, python, xsltproc
+ libmenu-cache1-dev (>=0.3.2), libxpm-dev, python, xsltproc,
+ dh-autoreconf, autopoint
 Standards-Version: 3.9.2
 Homepage: http://lxde.org
 Vcs-Git: git://git.debian.org/git/pkg-lxde/lxpanel.git
diff -Nru lxpanel-0.5.8/debian/rules lxpanel-0.5.8/debian/rules
--- lxpanel-0.5.8/debian/rules	2011-07-30 14:32:12.000000000 +0200
+++ lxpanel-0.5.8/debian/rules	2012-02-18 17:33:55.000000000 +0100
@@ -5,7 +5,14 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with autoreconf
+
+autoreconf:
+	autoreconf --install --force
+	intltoolize --copy --force --automake
+
+override_dh_autoreconf:
+	dh_autoreconf debian/rules -- autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-man

Reply via email to