d/rules: use debian/debian-cd.links.

Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
Holger Levsen 2019-01-14 13:23:22 +01:00
parent 0d55285ba6
commit 2cdadab472
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -50,6 +50,7 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
- use the awesome "dh $@" simplification.
- use debian/debian-cd.docs.
- use debian/debian-cd.install.
- use debian/debian-cd.links.
* Add lintian override for missing-depends-on-sensible-utils as
sensible-editor is merely mentioned in the README.
* d/copyright: explicitly refer to /usr/share/common-licenses/GPL-2.

1
debian/debian-cd.links vendored Normal file
View File

@ -0,0 +1 @@
/etc/debian-cd/conf.sh /usr/share/debian-cd/CONF.sh

3
debian/rules vendored
View File

@ -11,6 +11,5 @@ override_dh_auto_clean:
override_dh_auto_install:
dh_install
# dh_install cannot rename files
cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
ln -sf /etc/debian-cd/conf.sh \
debian/debian-cd/usr/share/debian-cd/CONF.sh