Revision 25869,
333 bytes
checked in by jdreed, 12 years ago
(diff) |
In getcluster:
* Rewrite in Python and remove autogoo (Trac: #1037)
* Actually quote shell output (Trac: #1037)
* Add decision debugging with DEBUG_GETCLUSTER=yes
* Convert to Debian native package
* Bump compat level and Standards-Version
* Depend on python-hesiod
* Build-Depend on python-hesiod (for 'make check')
* Convert to arch-indep package
|
Line | |
---|
1 | all: |
---|
2 | |
---|
3 | getcluster: getcluster.py |
---|
4 | cp getcluster.py getcluster |
---|
5 | chmod 755 getcluster |
---|
6 | |
---|
7 | check: getcluster |
---|
8 | sh tests.sh |
---|
9 | |
---|
10 | install: |
---|
11 | mkdir -p ${DESTDIR}/bin |
---|
12 | mkdir -p ${DESTDIR}/usr/share/man/man1 |
---|
13 | install -m 755 getcluster ${DESTDIR}/bin |
---|
14 | install -m444 getcluster.1 ${DESTDIR}/usr/share/man/man1 |
---|
15 | |
---|
16 | clean: |
---|
17 | rm -f getcluster |
---|
18 | |
---|
19 | distclean: clean |
---|
Note: See
TracBrowser
for help on using the repository browser.