changes
This commit is contained in:
parent
f9dd6ccfb1
commit
1e321fc09a
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
ps-watcher (1.06-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -45,10 +45,6 @@ install: build
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
binary-indep: build install
|
binary-indep: build install
|
||||||
# We have nothing to do by default.
|
|
||||||
|
|
||||||
# Build architecture-dependent files here.
|
|
||||||
binary-arch: build install
|
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_installchangelogs ChangeLog
|
dh_installchangelogs ChangeLog
|
||||||
|
@ -64,5 +60,8 @@ binary-arch: build install
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
||||||
|
# Build architecture-dependent files here.
|
||||||
|
binary-arch: build install
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
binary: binary-indep binary-arch
|
||||||
.PHONY: build clean binary-indep binary-arch binary install
|
.PHONY: build clean binary-indep binary-arch binary install
|
||||||
|
|
Loading…
Reference in a new issue