[Pkg-haskell-commits] darcs: gitit: Repack to get rid of jquery
KAction at gnu.org
KAction at gnu.org
Wed May 27 16:10:54 UTC 2015
Wed May 27 16:04:52 UTC 2015 KAction at gnu.org
* Repack to get rid of jquery
Please note, that Files-Excluded: field in copyright file
does not work currently due bug in `tar', so you
have to manually remove files specified in this field.
M ./changelog -1 +2
M ./copyright +1
M ./watch -1 +1
Wed May 27 16:04:52 UTC 2015 KAction at gnu.org
* Repack to get rid of jquery
Please note, that Files-Excluded: field in copyright file
does not work currently due bug in `tar', so you
have to manually remove files specified in this field.
diff -rN -u old-gitit/changelog new-gitit/changelog
--- old-gitit/changelog 2015-05-27 16:10:54.689662558 +0000
+++ new-gitit/changelog 2015-05-27 16:10:54.689662558 +0000
@@ -1,4 +1,4 @@
-gitit (0.10.6.3-1) UNRELEASED; urgency=medium
+gitit (0.10.6.3+dfsg-1) UNRELEASED; urgency=medium
* Let Homepage point to http://gitit.net/ (Closes: #773367)
* Depend on haskell-devscripts 0.9, found in experimental
@@ -12,6 +12,7 @@
* Simplify debian/copyright -- no licenses for JS code
* Use debian/clean file over manual tinkering in debian/rules
* Bump standards version (3.9.6)
+ * Repack to get rid of jquery in source tarball
-- Joachim Breitner <nomeata at debian.org> Thu, 21 May 2015 23:42:58 +0200
diff -rN -u old-gitit/copyright new-gitit/copyright
--- old-gitit/copyright 2015-05-27 16:10:54.689662558 +0000
+++ new-gitit/copyright 2015-05-27 16:10:54.689662558 +0000
@@ -2,6 +2,7 @@
Upstream-Name: Gitit
Upstream-Contact: John MacFarlane <jgm at berkeley.edu>
Source: http://hackage.haskell.org/package/gitit
+Files-Excluded: */jquery*.js
Files: *
Copyright: © 2008-2009, John MacFarlane <jgm at berkeley.edu>
diff -rN -u old-gitit/watch new-gitit/watch
--- old-gitit/watch 2015-05-27 16:10:54.689662558 +0000
+++ new-gitit/watch 2015-05-27 16:10:54.705662948 +0000
@@ -1,2 +1,2 @@
version=3
-http://hackage.haskell.org/package/gitit/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts="dversionmangle=s/\+dfsg//" http://hackage.haskell.org/package/gitit/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian
More information about the Pkg-haskell-commits
mailing list