[SCM] Debian packaging of jifty branch, master, updated. 97286577237c24c0129277673635d92687a610da
Florian Schlichting
fschlich at zedat.fu-berlin.de
Thu Aug 25 22:14:20 UTC 2011
The following commit has been merged in the master branch:
commit 97286577237c24c0129277673635d92687a610da
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date: Thu Aug 25 22:14:05 2011 +0000
make dfsg-free json.js available during dh_auto_test
This is probably not "how things are being done", so go ahead and clue
me in :-)
diff --git a/debian/changelog b/debian/changelog
index d735d03..2dd29a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ jifty (1.10518+dfsg-1) UNRELEASED; urgency=low
* Bump Standards-Version and debhelper compatibility level (no change).
* New patch: content_lacks-wants-scalar-not-regex.patch
* fix and comment in spelling.patch
+ * make dfsg-free json.js available during dh_auto_test
-- Jonathan Yu <jawnsy at cpan.org> Fri, 15 Jul 2011 19:30:37 -0400
diff --git a/debian/rules b/debian/rules
index 8774ea1..1d2050a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ export DH_ALWAYS_EXCLUDE=.svn
dh $@
override_dh_auto_test:
+ # copy dfsg-free json.js here, otherwise tests won't find it and fail
+ cp debian/json.js blib/lib/auto/share/dist/Jifty/web/static/js/
# skip test for build test
LANG=C http_proxy= dh_auto_test
--
Debian packaging of jifty
More information about the Pkg-perl-cvs-commits
mailing list