projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
since postgresql-8.3, sequences are not allowed to have INSERT and DELETE rights...
[iserv-mod-room-reservation.git]
/
debian
/
rules
diff --git
a/debian/rules
b/debian/rules
index
2128ee6
..
fd363e4
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-4,6
+4,7
@@
# needed for lintian
build:
dh_testdir
# needed for lintian
build:
dh_testdir
+ rm -f dirs files
binary-indep:
-$(MAKE) clean
binary-indep:
-$(MAKE) clean
@@
-20,7
+21,7
@@
binary-indep:
dh_testdir
dh_testroot
dh_installchangelogs
dh_testdir
dh_testroot
dh_installchangelogs
- dh_installdocs doc/
{changelog.old.html,TODO}
doc/source/
+ dh_installdocs doc/
changelog.old.html doc/TODO
doc/source/
#dh_installexamples
##dh_install
##dh_installmenu
#dh_installexamples
##dh_install
##dh_installmenu
@@
-45,6
+46,7
@@
binary-indep:
dh_gencontrol
dh_md5sums
dh_builddeb
dh_gencontrol
dh_md5sums
dh_builddeb
+ rm -rf $(CURDIR)/debian/iserv-mod-room-reservation
# needed for lintian
binary-arch:
# needed for lintian
binary-arch:
@@
-55,7
+57,7
@@
clean:
dh_testdir
dh_testroot
-$(MAKE) clean
dh_testdir
dh_testroot
-$(MAKE) clean
- dh_clean
+ dh_clean
.PHONY: build clean binary-indep binary install
.PHONY: build clean binary-indep binary install
This page took
0.03572 seconds
and
4
git commands to generate.