This commit is contained in:
Jan Wagner 2006-11-16 11:30:30 +00:00
parent f9dd6ccfb1
commit 1e321fc09a
2 changed files with 6 additions and 7 deletions

6
debian/changelog vendored
View file

@ -1,8 +1,8 @@
ps-watcher (1.06-3) UNRELEASED; urgency=low
ps-watcher (1.06-3) unstable; urgency=low
* NOT RELEASED YET
* moved from binary-arch to binary-indep
-- Jan Wagner <waja@localhost> Thu, 9 Nov 2006 14:08:15 +0100
-- Jan Wagner <waja@cyconet.org> Thu, 9 Nov 2006 14:08:15 +0100
ps-watcher (1.06-2) unstable; urgency=low

7
debian/rules vendored
View file

@ -45,10 +45,6 @@ install: build
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
@ -64,5 +60,8 @@ binary-arch: build install
dh_md5sums
dh_builddeb
# Build architecture-dependent files here.
binary-arch: build install
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install