Author: tille Date: 2009-04-01 20:27:33 +0000 (Wed, 01 Apr 2009) New Revision: 3262
Modified: trunk/packages/plink/trunk/debian/copyright trunk/packages/plink/trunk/debian/rules Log: Really install the symlink Modified: trunk/packages/plink/trunk/debian/copyright =================================================================== --- trunk/packages/plink/trunk/debian/copyright 2009-04-01 12:33:15 UTC (rev 3261) +++ trunk/packages/plink/trunk/debian/copyright 2009-04-01 20:27:33 UTC (rev 3262) @@ -37,7 +37,7 @@ under a later license of the GPL. On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is (C) 2008, Steffen Moeller <[email protected]> and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. Modified: trunk/packages/plink/trunk/debian/rules =================================================================== --- trunk/packages/plink/trunk/debian/rules 2009-04-01 12:33:15 UTC (rev 3261) +++ trunk/packages/plink/trunk/debian/rules 2009-04-01 20:27:33 UTC (rev 3262) @@ -12,7 +12,7 @@ dh_testdir dh_testroot $(MAKE) clean - dh_clean build-stamp install-stamp + dh_clean build-stamp install-stamp plink install: install-stamp install-stamp: @@ -27,6 +27,7 @@ dh_installexamples dh_install dh_installman + dh_link dh_strip dh_compress dh_fixperms _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
