Author: tille Date: 2014-04-09 10:25:07 +0000 (Wed, 09 Apr 2014) New Revision: 16622
Modified: trunk/packages/smalt/trunk/debian/install trunk/packages/smalt/trunk/debian/rules Log: Fix install and silence lintian about a false positive Modified: trunk/packages/smalt/trunk/debian/install =================================================================== --- trunk/packages/smalt/trunk/debian/install 2014-04-09 10:02:33 UTC (rev 16621) +++ trunk/packages/smalt/trunk/debian/install 2014-04-09 10:25:07 UTC (rev 16622) @@ -1 +1 @@ -src/smalt +src/smalt usr/bin Modified: trunk/packages/smalt/trunk/debian/rules =================================================================== --- trunk/packages/smalt/trunk/debian/rules 2014-04-09 10:02:33 UTC (rev 16621) +++ trunk/packages/smalt/trunk/debian/rules 2014-04-09 10:25:07 UTC (rev 16622) @@ -18,7 +18,7 @@ # autoreconf is needed to make the patch to test/Makefile.am effective %: - dh $@ # --with autoreconf + dh $@ # --with auto#reconf # Attention: As long as we do not have bambamc library packaged for # Debian this needs to be excluded _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
