diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-01 21:32:22 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-10 16:00:55 +0400 |
commit | 7787fbde542ce57d363eb1b8d20751337790f837 (patch) | |
tree | 3df0f307582e552cf0d2d7e545090671b6e90374 | |
parent | 4dc77477167026e259a14423ff3ae87c35ca3a7c (diff) | |
download | dctrl-tools-master.tar.gz |
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 9 |
2 files changed, 5 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 6e16f91..9aed346 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -dctrl-tools (2.24) UNRELEASED; urgency=low +dctrl-tools (2.24+dyson1) unstable; urgency=low - * + * Package for Dyson: + - Use autotools & gnulib - -- Antti-Juhani Kaijanaho <ajk@debian.org> Tue, 07 May 2013 23:22:19 +0300 + -- Igor Pashev <pashev.igor@gmail.com> Mon, 01 Jul 2013 21:24:13 +0400 dctrl-tools (2.23) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 7d460e1..d8a9b41 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,4 @@ #!/usr/bin/make -f -# Written by Antti-Juhani Kaijanaho <ajk@debian.org>. -# You may treat this file as if it were in the public domain. %: - dh $@ - -override_dh_auto_build: - dh_auto_build -- prefix=/usr sysconfdir=/etc -override_dh_auto_install: - dh_auto_install -- prefix=/usr sysconfdir=/etc + dh $@ --builddir=build-tree |