summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-09-01 23:50:24 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-09-01 23:50:24 +0400
commit987cf05e33e6342b432e8e040068c5815bba518d (patch)
treea12175071352735da4f2c656b77045688148ae05
parentfc305db2ee44491515320e6ac67fe7e1c951c407 (diff)
downloadopen-axiom-debian-987cf05e33e6342b432e8e040068c5815bba518d.tar.gz
Put dh_buildinfo before dh_md5sums
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e2ec6e..19f9149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ open-axiom (1.5.0~svn3056-1) unstable; urgency=low
* Enable hardening (include /usr/share/dpkg/buildflags.mk for build flags)
* Use dh-buildinfo
- -- Igor Pashev <pashev.igor@gmail.com> Fri, 28 Jun 2013 01:40:28 +0400
+ -- Igor Pashev <pashev.igor@gmail.com> Sun, 01 Sep 2013 23:49:01 +0400
open-axiom (1.4.1+svn~2626-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 400d533..49f89ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,8 +123,8 @@ endif
dh_installdeb
dh_shlibdeps
dh_gencontrol
- dh_md5sums
dh_buildinfo
+ dh_md5sums
dh_builddeb -- -Zxz
clean:
@@ -132,5 +132,6 @@ clean:
dh_testroot
rm -rf $(BUILD)
rm -f install-stamp build-stamp configure-stamp
+ rm -rf .pc
dh_clean