[libdevel-nytprof-perl] 02/08: Replace another javascript file with a symlink to the packaged version.

gregor herrmann gregoa at debian.org
Mon Jun 2 19:50:50 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdevel-nytprof-perl.

commit fc121d9ad03670e9ef3d241f83d5b7aff8c022f0
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 2 21:23:08 2014 +0200

    Replace another javascript file with a symlink to the packaged version.
---
 debian/control                     | 1 +
 debian/libdevel-nytprof-perl.links | 1 +
 debian/rules                       | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 76d2310..d8c919a 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Depends: ${perl:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
          libjs-jquery,
+         libjs-jquery-tablesorter,
          libjson-any-perl
 Description: Perl statement and subroutine code profiler
  Devel::NYTProf is a powerful feature-rich perl source code profiler.
diff --git a/debian/libdevel-nytprof-perl.links b/debian/libdevel-nytprof-perl.links
index 21ec4c3..a898fa4 100644
--- a/debian/libdevel-nytprof-perl.links
+++ b/debian/libdevel-nytprof-perl.links
@@ -1 +1,2 @@
 usr/share/javascript/jquery/jquery.min.js usr/share/perl5/Devel/NYTProf/js/jquery-min.js
+usr/share/javascript/jquery-tablesorter/jquery.tablesorter.min.js usr/share/perl5/Devel/NYTProf/js/jquery-tablesorter-min.js
diff --git a/debian/rules b/debian/rules
index ec4a431..d79bc04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,8 @@ override_dh_installexamples:
 override_dh_link:
 	dh_link
 	# from libjs-jquery, via debian/links
-	$(RM) -v $(TMP)$(ARCHLIB)/Devel/NYTProf/js/jquery-min.js
+	$(RM) -v $(TMP)$(ARCHLIB)/Devel/NYTProf/js/jquery-min.js \
+		$(TMP)$(ARCHLIB)/Devel/NYTProf/js/jquery-tablesorter-min.js
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-nytprof-perl.git



More information about the Pkg-perl-cvs-commits mailing list