From 21675e609131cde88d6e5d2e82fd1e039492a6d5 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 25 Apr 2013 01:44:30 +0400 Subject: No dh-autoreconf * Use pritine-tar and normal git repo for packaging * Remove build dependency on autotools --- debian/changelog | 4 +++- debian/control | 2 +- 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 Thu, 25 Apr 2013 00:54:05 +0400 + -- Igor Pashev 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 -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 -- cgit v1.2.3