[pkg-opensc-commit] [libp11] 03/05: debian/control, debian/rules: Use autotools-dev.

Eric Dorland eric at alioth.debian.org
Sun Sep 15 21:06:52 UTC 2013


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 3fbe34c86db4767f03bf8e3245e480abbf59210b
Author: Eric Dorland <eric at debian.org>
Date:   Sun Sep 15 15:26:14 2013 -0400

    debian/control, debian/rules: Use autotools-dev.
---
 debian/changelog |    3 ++-
 debian/control   |    3 ++-
 debian/rules     |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e335178..020370a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libp11 (0.2.8-3) unstable; urgency=low
 
   * debian/control: Change build dependency on debhelper to >= 9.
   * debian/control: Upgrade Standards-Version to 3.9.4.
+  * debian/control, debian/rules: Use autotools-dev.
 
- --
+ -- Eric Dorland <eric at debian.org>  Sun, 15 Sep 2013 15:24:44 -0400
 
 libp11 (0.2.8-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 63c1ad4..5b4a79c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libp11
 Section: libdevel
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 9), libssl-dev, pkg-config, libltdl3-dev
+Build-Depends: debhelper (>= 9), autotools-dev, libltdl3-dev, libssl-dev,
+ pkg-config
 Standards-Version: 3.9.4
 Homepage: http://www.opensc-project.org/libp11/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/libp11.git
diff --git a/debian/rules b/debian/rules
index 92809fb..141b5a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with=autotools-dev
 
 override_dh_strip:
 	dh_strip --dbg-package=libp11-2-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list