[med-svn] r13123 - trunk/packages/aragorn/trunk/debian
Sascha Steinbiss
sascha-guest at alioth.debian.org
Sun Mar 3 15:52:21 UTC 2013
Author: sascha-guest
Date: 2013-03-03 15:52:21 +0000 (Sun, 03 Mar 2013)
New Revision: 13123
Modified:
trunk/packages/aragorn/trunk/debian/rules
Log:
Fix problem with manpage generation.
Modified: trunk/packages/aragorn/trunk/debian/rules
===================================================================
--- trunk/packages/aragorn/trunk/debian/rules 2013-03-02 20:00:25 UTC (rev 13122)
+++ trunk/packages/aragorn/trunk/debian/rules 2013-03-03 15:52:21 UTC (rev 13123)
@@ -15,11 +15,11 @@
dh $@
override_dh_auto_clean:
- rm -f aragorn
+ rm -f aragorn man/aragorn.1
override_dh_auto_build:
$(CC) $(CFLAGS) $(LDFLAGS) -O3 -ffast-math -finline-functions -o aragorn *.c
- a2x --doctype manpage --format manpage manpage.1.src --destination-dir=$(DESTDIR)/man
+ a2x --doctype manpage --format manpage manpage.1.src --destination-dir=$(CURDIR)/debian/man
override_dh_auto_install:
mkdir -p $(DESTDIR)/usr/bin
More information about the debian-med-commit
mailing list