From: Simon McVittie Date: Thu, 16 Oct 2014 22:04:11 +0000 (+0100) Subject: debian: rename debian/link to debian/links so the intended symlinks appear X-Git-Tag: debian/3.20141016~3 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/0e783e915b376b0dd11411786ff749f8bb271177 debian: rename debian/link to debian/links so the intended symlinks appear --- diff --git a/debian/changelog b/debian/changelog index 1e287264c..7f3589dbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ ikiwiki (3.20141016) UNRELEASED; urgency=medium so we can thumbnail SVGs in the docwiki * debian: explicitly depend and build-depend on libcgi-pm-perl * debian: drop unused python-support dependency + * debian: rename debian/link to debian/links so the intended symlinks appear -- Simon McVittie Tue, 16 Sep 2014 11:21:16 +0100 diff --git a/debian/link b/debian/link deleted file mode 100644 index cb3793191..000000000 --- a/debian/link +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/ikiwiki/examples usr/share/doc/ikiwiki/examples -usr/share/common-licenses/GPL-2 usr/share/doc/ikiwiki/html/GPL diff --git a/debian/links b/debian/links new file mode 100644 index 000000000..cb3793191 --- /dev/null +++ b/debian/links @@ -0,0 +1,2 @@ +usr/share/ikiwiki/examples usr/share/doc/ikiwiki/examples +usr/share/common-licenses/GPL-2 usr/share/doc/ikiwiki/html/GPL