This is an automated email from the git hooks/post-receive script.

lckarssen-guest pushed a commit to branch master
in repository probabel.

commit a5588d7dce1df837ff2aed7b6eafa4ab39e0ce8f
Author: L.C. Karssen <[email protected]>
Date:   Thu Jan 16 18:25:36 2014 +0100

    Fixed the location the probabel.pl symlink was pointing to.
    Because the symlink was created in the Makefile, it pointed to the
    build directory. Now it points to /usr/bin/probabel as expected.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ef768d1..3464201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+probabel (0.4.2-2) UNRELEASED; urgency=low
+
+  * The /usr/bin/probabel.pl symlink was pointing to the build
+    directory. This is now fixed: it points to /usr/bin/probabel..
+
+ -- L.C. Karssen <[email protected]>  Thu, 16 Jan 2014 18:22:07 +0100
+
 probabel (0.4.2-1) unstable; urgency=low
 
   * New upstream release. Fixes several bugs, please see the original
diff --git a/debian/rules b/debian/rules
index 3e61093..cae6846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,3 +36,5 @@ 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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to