diff options
-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 |