[pkg-opensc-commit] [SCM] pkcs11-helper packaging branch, master, updated. upstream/1.10-26-g31976c9
Eric Dorland
eric at debian.org
Mon May 13 05:07:59 UTC 2013
The following commit has been merged in the master branch:
commit 31976c91862bfd817b815babcc26e1d4ef92115d
Author: Eric Dorland <eric at debian.org>
Date: Mon May 13 00:58:17 2013 -0400
debian/control, debian/rules: Use dh-autoreconf, generated auto* files aren't shipped anymore.
diff --git a/debian/changelog b/debian/changelog
index c356e35..f203ae1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ pkcs11-helper (1.10-1) unstable; urgency=low
* debian/control: Depend on debhelper 9 or later.
* debian/control: Standards-Version to 3.9.4.
* debian/control, debian/rules: Add debugging symbols package.
+ * debian/control, debian/rules: Use dh-autoreconf, generated auto* files
+ aren't shipped anymore.
-- Eric Dorland <eric at debian.org> Sun, 12 May 2013 23:22:59 -0400
diff --git a/debian/control b/debian/control
index 33b4def..66b51c2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: pkcs11-helper
Priority: optional
Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, libssl-dev, pkg-config, doxygen
+Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, libssl-dev,
+ pkg-config, doxygen
Standards-Version: 3.9.4
Section: libs
diff --git a/debian/rules b/debian/rules
index 7710470..be363d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-doc \
--
pkcs11-helper packaging
More information about the pkg-opensc-commit
mailing list