chiark
/
gitweb
/
~mdw
/
checkpath
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8b5dfb5
)
More Debian fixes.
author
mdw
<mdw>
Tue, 11 Nov 2003 00:28:16 +0000
(
00:28
+0000)
committer
mdw
<mdw>
Tue, 11 Nov 2003 00:28:16 +0000
(
00:28
+0000)
debian/.cvsignore
[new file with mode: 0644]
patch
|
blob
debian/rules
patch
|
blob
|
blame
|
history
diff --git a/debian/.cvsignore
b/debian/.cvsignore
new file mode 100644
(file)
index 0000000..
09b3736
--- /dev/null
+++ b/
debian/.cvsignore
@@ -0,0
+1,2
@@
+files tmp substvars *.substvars *.debhelper
+libcheckpath libcheckpath-dev
diff --git
a/debian/rules
b/debian/rules
index 6fdd631e15da0a3ee43df854ddb4f11d16d5ad9e..1e1d9151e76ab60c173c6cfc249d0f5261b5351e 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-48,7
+48,7
@@
source:
make -C deb-build dist PACKAGE=checkpath
mkdir deb-build/=deb=
cd deb-build/=deb=; tar xvfz ../*.tar.gz
make -C deb-build dist PACKAGE=checkpath
mkdir deb-build/=deb=
cd deb-build/=deb=; tar xvfz ../*.tar.gz
- d=
/home/mdw/src/chkpath
; cd ..; dpkg-source -i -b $$d/deb-build/=deb=/*
+ d=
`pwd`
; cd ..; dpkg-source -i -b $$d/deb-build/=deb=/*
rm -rf deb-build/=deb=
.PHONY: binary binary-arch binary-indep clean install source
rm -rf deb-build/=deb=
.PHONY: binary binary-arch binary-indep clean install source