Author: tbooth-guest Date: 2011-05-04 16:31:39 +0000 (Wed, 04 May 2011) New Revision: 6776
Modified: trunk/packages/ampliconnoise/trunk/debian/changelog trunk/packages/ampliconnoise/trunk/debian/rules Log: Added Scripts dir to package and fixed clean target to remove manpage Modified: trunk/packages/ampliconnoise/trunk/debian/changelog =================================================================== --- trunk/packages/ampliconnoise/trunk/debian/changelog 2011-05-04 15:22:37 UTC (rev 6775) +++ trunk/packages/ampliconnoise/trunk/debian/changelog 2011-05-04 16:31:39 UTC (rev 6776) @@ -4,6 +4,9 @@ * Helped the (still too complicated) update script. * Added myself to uploaders. + [ Tim Booth ] + * Included scripts dir, that had been left out + -- Steffen Moeller <[email protected]> Tue, 03 May 2011 10:55:36 +0200 ampliconnoise (1.22-1ubuntu4) lucid; urgency=low @@ -14,6 +17,8 @@ * Fixed build dependency on libmpich2-dev * Added a rule to repack the upstream source * Cleanups of boilerplate text in patches and dh files + * Added basic manpage (generated from POD) + * Included scripts dir, that had been left out [ Andreas Tille ] * debian/control: @@ -22,7 +27,7 @@ - Standards-Version: 3.9.2 (no changes needed) - VCS fields - -- Tim Booth <[email protected]> Thu, 28 Apr 2011 11:28:28 +0100 + -- Tim Booth <[email protected]> Wed, 04 May 2011 16:43:53 +0100 ampliconnoise (1.22-1ubuntu2) lucid; urgency=low Modified: trunk/packages/ampliconnoise/trunk/debian/rules =================================================================== --- trunk/packages/ampliconnoise/trunk/debian/rules 2011-05-04 15:22:37 UTC (rev 6775) +++ trunk/packages/ampliconnoise/trunk/debian/rules 2011-05-04 16:31:39 UTC (rev 6776) @@ -11,12 +11,13 @@ make install dh_install bin/* /usr/bin dh_install Data/* /usr/share/ampliconnoise/Data/ + dh_install Scripts/* /usr/share/ampliconnoise/Scripts/ #A typo in the upstream Makefile prevents proper cleaning. override_dh_clean: dh_clean rm -f *.o SeqNoiseM/SeqNoiseM - rm -f manpage_all.1 + rm -f *.1 override_dh_installman: debian/ampliconnoise.pod _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
