[med-svn] [probabel] 01/01: Solve the link issue via dh_link
Andreas Tille
tille at debian.org
Thu Jan 16 20:38:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository probabel.
commit 04b45e8880104f7044b795effb6b32498a424c62
Author: Andreas Tille <tille at debian.org>
Date: Thu Jan 16 21:38:14 2014 +0100
Solve the link issue via dh_link
---
debian/changelog | 4 ++--
debian/probabel.links | 1 +
debian/rules | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3464201..efb32df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-probabel (0.4.2-2) UNRELEASED; urgency=low
+probabel (0.4.2-2) unstable; urgency=low
* The /usr/bin/probabel.pl symlink was pointing to the build
- directory. This is now fixed: it points to /usr/bin/probabel..
+ directory. This is now fixed: it points to /usr/bin/probabel.
-- L.C. Karssen <lennart at karssen.org> Thu, 16 Jan 2014 18:22:07 +0100
diff --git a/debian/probabel.links b/debian/probabel.links
new file mode 100644
index 0000000..63b783f
--- /dev/null
+++ b/debian/probabel.links
@@ -0,0 +1 @@
+usr/bin/probabel usr/bin/probabel.pl
diff --git a/debian/rules b/debian/rules
index cae6846..c2efb9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,4 +37,3 @@ override_dh_installchangelogs:
override_dh_install:
dh_install --fail-missing
rm debian/$(DEBPKGNAME)/usr/bin/probabel.pl
- ln -s /usr/bin/probabel debian/$(DEBPKGNAME)/usr/bin/probabel.pl
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git
More information about the debian-med-commit
mailing list