projects
/
iserv-mod-error-reporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1414021
)
fixed lintian complaints and cleaned up debian/rules
author
Roland Hieber
<devnull@localhost>
Fri, 23 Oct 2009 00:26:02 +0000
(
02:26
+0200)
committer
Roland Hieber
<devnull@localhost>
Fri, 23 Oct 2009 00:26:02 +0000
(
02:26
+0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
c8b5c3d
..
e8b4a1d
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-6,7
+6,7
@@
build:
dh_testdir
binary-indep:
dh_testdir
binary-indep:
-
-
$(MAKE) clean
+
[ ! -f Makefile ] ||
$(MAKE) clean
dh_clean
dh_testdir
dh_clean
dh_testdir
@@
-21,27
+21,9
@@
binary-indep:
dh_testroot
dh_installchangelogs
dh_installdocs doc/changelog.old.html doc/TODO doc/source/
dh_testroot
dh_installchangelogs
dh_installdocs doc/changelog.old.html doc/TODO doc/source/
- #dh_installexamples
- ##dh_install
- ##dh_installmenu
- ##dh_installdebconf
- ##dh_installlogrotate
- ##dh_installemacsen
- ##dh_installpam
- ##dh_installmime
- ##dh_python
- #dh_installinit
- #dh_installcron
- #dh_installinfo
- #dh_installman
- #dh_link
- #dh_strip
dh_compress
dh_fixperms
dh_compress
dh_fixperms
- ##dh_perl
- ##dh_makeshlibs
dh_installdeb
dh_installdeb
- #dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dh_gencontrol
dh_md5sums
dh_builddeb
@@
-54,7
+36,7
@@
binary: binary-indep
clean:
dh_testdir
dh_testroot
clean:
dh_testdir
dh_testroot
-
-
$(MAKE) clean
+
[ ! -f Makefile ] ||
$(MAKE) clean
dh_clean
.PHONY: build clean binary-indep binary install
dh_clean
.PHONY: build clean binary-indep binary install
This page took
0.02346 seconds
and
4
git commands to generate.