[Pkg-privacy-commits] [codecrypt] 03/18: a bit of standardization

Mirek Kratochvil exa-guest at moszumanska.debian.org
Wed Apr 20 10:38:51 UTC 2016


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

exa-guest pushed a commit to branch master
in repository codecrypt.

commit f20b6b69e8b1e14e1ad951444f71fdeea26c0ef8
Author: Mirek Kratochvil <exa.exa at gmail.com>
Date:   Sun Apr 17 13:56:24 2016 +0200

    a bit of standardization
---
 debian/control | 4 ++--
 debian/docs    | 2 --
 debian/rules   | 9 ++++++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 102828d..404d591 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: codecrypt
 Section: utils
 Priority: optional
 Maintainer: Mirek Kratochvil <exa.exa at gmail.com>
-Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libgmp-dev, libcrypto++-dev, libfftw3-dev
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, pkg-config, libgmp-dev, libcrypto++-dev, libfftw3-dev
+Standards-Version: 3.9.7
 Homepage: http://e-x-a.org/codecrypt
 
 Package: codecrypt
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 50bd824..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,2 +0,0 @@
-NEWS
-README
diff --git a/debian/rules b/debian/rules
index 3243b57..a481eda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@  --with autotools-dev
+	dh $@  --with autoreconf
 
 # debmake generated override targets
 # This is example for Cmake (See http://bugs.debian.org/641051 )
@@ -27,6 +27,9 @@ include /usr/share/dpkg/default.mk
 #	dh_auto_configure -- \
 #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
 
+$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM).tar.gz:
+	$(MAKE) dist
 
-
-
+.PHONY: mk-orig-source
+mk-orig-source: $(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM).tar.gz
+	ln -f "$<" ../$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/codecrypt.git



More information about the Pkg-privacy-commits mailing list