diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 01:44:30 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 01:52:54 +0400 |
commit | 21675e609131cde88d6e5d2e82fd1e039492a6d5 (patch) | |
tree | b21c6bf31948e72686c50b6943bc330caf8c3f12 | |
parent | 59c42f8a227f2fac32dc3f2d3b8b805feb0f9a83 (diff) | |
download | sunmake-21675e609131cde88d6e5d2e82fd1e039492a6d5.tar.gz |
No dh-autoreconf
* Use pritine-tar and normal git repo for packaging
* Remove build dependency on autotools
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ddb659f..14f4ff4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ sunmake (2006.12.19-1) unstable; urgency=low sunmake. sunmake defines environment variable which instruct sunld to dlopen() libmakestate.so.1 * Use 3.0 (quilt) format, not native + * Use pritine-tar and normal git repo for packaging + * Remove build dependency on autotools - -- Igor Pashev <pashev.igor@gmail.com> Thu, 25 Apr 2013 00:54:05 +0400 + -- Igor Pashev <pashev.igor@gmail.com> Thu, 25 Apr 2013 01:44:13 +0400 sunmake (2006.12.19) unstable; urgency=low diff --git a/debian/control b/debian/control index c5cba13..1be4017 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sunmake Priority: optional Section: devel Maintainer: Igor Pashev <pashev.igor@gmail.com> -Build-Depends: debhelper (>= 9), g++, libtool, automake, autoconf, dh-autoreconf +Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Package: libmakestate1 diff --git a/debian/rules b/debian/rules index 6629077..014ed32 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ override_dh_strip: dh_strip --dbg-package=sunmake-dbg |