diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e6979a0..cb8c525 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ open-axiom (1.5.0~svn3038-1) unstable; urgency=low automake 1.13 too) * Only support SBCL, all other lisps cause FTBFS. * Enable hardening (include /usr/share/dpkg/buildflags.mk for build flags) + * Use dh-buildinfo - -- Igor Pashev <pashev.igor@gmail.com> Thu, 27 Jun 2013 02:05:01 +0400 + -- Igor Pashev <pashev.igor@gmail.com> Thu, 27 Jun 2013 12:05:47 +0400 open-axiom (1.4.1+svn~2626-2) unstable; urgency=low diff --git a/debian/control b/debian/control index b292f63..9bd3bee 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: libxt-dev, g++ (>= 4.7), help2man, + dh-buildinfo, Standards-Version: 3.9.3 Vcs-Git: http://git.debian.org/git/pkg-open-axiom/pkg-open-axiom.git Vcs-Browser: http://git.debian.org/?p=pkg-open-axiom/pkg-open-axiom.git diff --git a/debian/rules b/debian/rules index a4c0125..5e3bb04 100755 --- a/debian/rules +++ b/debian/rules @@ -116,6 +116,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums + dh_buildinfo dh_builddeb -- -Zxz clean: |