[Pkg-haskell-commits] darcs: haskell-hoogle: New upstream version 4.2.26
Raúl Benencia
rul at kalgan.cc
Thu Mar 13 20:24:39 UTC 2014
Thu Mar 13 19:24:43 UTC 2014 Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
* New upstream version 4.2.26
M ./changelog +10
M ./control -1 +1
M ./hoogle.install -1 +1
M ./patches/add-local-loction-database.patch -1 +1
R ./patches/fix-extract-tarball.patch
M ./patches/series -1
Thu Mar 13 19:24:43 UTC 2014 Raúl Benencia <rul at kalgan.cc>
* New upstream version 4.2.26
diff -rN -u old-haskell-hoogle/changelog new-haskell-hoogle/changelog
--- old-haskell-hoogle/changelog 2014-03-13 20:24:38.978894901 +0000
+++ new-haskell-hoogle/changelog 2014-03-13 20:24:38.998894910 +0000
@@ -1,3 +1,13 @@
+haskell-hoogle (4.2.26-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * Drop fix-extract-tarball patch. It's already merged.
+ * Refresh add-local-loction-database.patch
+ * Fix apache2-reverse-dependency-uses-obsolete-directory
+ * Bump Standards-Version to 3.9.5 without any changes
+
+ -- Raúl Benencia <rul at kalgan.cc> Thu, 13 Mar 2014 13:15:08 -0300
+
haskell-hoogle (4.2.23-3) unstable; urgency=low
* Brown paper bag bug in update-hoogle
diff -rN -u old-haskell-hoogle/control new-haskell-hoogle/control
--- old-haskell-hoogle/control 2014-03-13 20:24:38.978894901 +0000
+++ new-haskell-hoogle/control 2014-03-13 20:24:38.982894903 +0000
@@ -56,7 +56,7 @@
, libghc-uniplate-doc
, libghc-wai-doc
, libghc-warp-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://www.haskell.org/hoogle/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hoogle
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hoogle
diff -rN -u old-haskell-hoogle/hoogle.install new-haskell-hoogle/hoogle.install
--- old-haskell-hoogle/hoogle.install 2014-03-13 20:24:38.978894901 +0000
+++ new-haskell-hoogle/hoogle.install 2014-03-13 20:24:38.986894905 +0000
@@ -1,5 +1,5 @@
debian/tmp-inst-*/usr/bin/* /usr/bin/
debian/tmp-inst-*/usr/share/hoogle/* /usr/share/hoogle/
-debian/files_hoogle/hoogle.conf /etc/apache2/conf.d/
+debian/files_hoogle/hoogle.conf /etc/apache2/conf-available/
debian/files_hoogle/keyword.txt /usr/share/hoogle/predownload/
debian/files_hoogle/hoogle.png /usr/share/hoogle/resources/
diff -rN -u old-haskell-hoogle/patches/add-local-loction-database.patch new-haskell-hoogle/patches/add-local-loction-database.patch
--- old-haskell-hoogle/patches/add-local-loction-database.patch 2014-03-13 20:24:38.978894901 +0000
+++ new-haskell-hoogle/patches/add-local-loction-database.patch 2014-03-13 20:24:38.994894909 +0000
@@ -30,7 +30,7 @@
data_ = Data
--- a/src/Console/All.hs
+++ b/src/Console/All.hs
-@@ -40,12 +40,15 @@
+@@ -39,12 +39,15 @@
action (Log files) = logFiles files
diff -rN -u old-haskell-hoogle/patches/fix-extract-tarball.patch new-haskell-hoogle/patches/fix-extract-tarball.patch
--- old-haskell-hoogle/patches/fix-extract-tarball.patch 2014-03-13 20:24:38.978894901 +0000
+++ new-haskell-hoogle/patches/fix-extract-tarball.patch 1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-Description: Ask if a tarball exists before trying to extract its contents
- When a contents of the tarball are already present in the filesystem,
- hoogle will not download it again. In this case, the tarball must not be
- extracted because it does not exists.
-Bug: https://github.com/ndmitchell/hoogle/pull/35
-Author: Raúl Benencia <rul at kalgan.cc>
---- a/src/Recipe/Download.hs
-+++ b/src/Recipe/Download.hs
-@@ -47,8 +47,8 @@
- , (inputs <.> "txt", inputs <.> "tar.gz", "http://old.hackage.haskell.org/packages/archive/00-hoogle.tar.gz")
- ]
- withDownloader opt downloader items
-- extractTarball cabals
-- extractTarball inputs
-+ doesFileExist (cabals <.> "tar.gz") >>= \b -> when b $ extractTarball cabals
-+ doesFileExist (inputs <.> "tar.gz") >>= \b -> when b $ extractTarball inputs
-
-
- check :: String -> IO (Maybe FilePath)
diff -rN -u old-haskell-hoogle/patches/series new-haskell-hoogle/patches/series
--- old-haskell-hoogle/patches/series 2014-03-13 20:24:38.978894901 +0000
+++ new-haskell-hoogle/patches/series 2014-03-13 20:24:38.994894909 +0000
@@ -1,2 +1 @@
add-local-loction-database.patch
-fix-extract-tarball.patch
More information about the Pkg-haskell-commits
mailing list