[xml/sgml-commit] r2063 - in /packages/refdb/trunk/debian: control rules

malat at users.alioth.debian.org malat at users.alioth.debian.org
Tue Oct 2 08:28:39 UTC 2012


Author: malat
Date: Tue Oct  2 08:28:38 2012
New Revision: 2063

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2063
Log:
Use autoreconf

Modified:
    packages/refdb/trunk/debian/control
    packages/refdb/trunk/debian/rules

Modified: packages/refdb/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/control?rev=2063&op=diff
==============================================================================
--- packages/refdb/trunk/debian/control (original)
+++ packages/refdb/trunk/debian/control Tue Oct  2 08:28:38 2012
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), libdbi-dev (>= 0.8.1), libreadline-dev, libexpat-dev, libbtparse-dev, dh-autoreconf
 Standards-Version: 3.9.3
 Section: java
 Homepage: http://refdb.sf.net

Modified: packages/refdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/rules?rev=2063&op=diff
==============================================================================
--- packages/refdb/trunk/debian/rules (original)
+++ packages/refdb/trunk/debian/rules Tue Oct  2 08:28:38 2012
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
+export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel
+	dh $@ --with autoreconf
 
 get-orig-source:
 	#uscan --verbose --force-download --rename --repack




More information about the debian-xml-sgml-commit mailing list