[Git][haskell-team/DHG_packages][master] 2 commits: haskell-src-exts-util: patch to avoid internet downloading of files (Closes: #900943)

Gianfranco Costamagna gitlab at salsa.debian.org
Thu Jun 7 08:44:04 BST 2018


Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ccf233ff by Gianfranco Costamagna at 2018-06-07T08:13:34+02:00
haskell-src-exts-util: patch to avoid internet downloading of files (Closes: #900943)

- - - - -
5274d07a by Gianfranco Costamagna at 2018-06-07T09:43:39+02:00
haskell-iso8601-time: ubuntu patch from myself to avoid grabbing files from internet during download, upload to unstable

- - - - -


6 changed files:

- p/haskell-iso8601-time/debian/changelog
- + p/haskell-iso8601-time/debian/patches/add-setup-hs-file.patch
- + p/haskell-iso8601-time/debian/patches/series
- p/haskell-iso8601-time/debian/rules
- p/haskell-src-exts-util/debian/changelog
- p/haskell-src-exts-util/debian/rules


Changes:

=====================================
p/haskell-iso8601-time/debian/changelog
=====================================
--- a/p/haskell-iso8601-time/debian/changelog
+++ b/p/haskell-iso8601-time/debian/changelog
@@ -1,8 +1,14 @@
-haskell-iso8601-time (0.1.4-7) UNRELEASED; urgency=medium
+haskell-iso8601-time (0.1.4-7) unstable; urgency=medium
 
+  [ Clint Adams ]
   * Set Rules-Requires-Root to no.
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:09:59 -0400
+  [ Gianfranco Costamagna ]
+  * Add setup file
+  * debian/rules: set DEB_SETUP_BIN_NAME appropriately to avoid trying to grab
+    data from the internet at build time
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 07 Jun 2018 08:25:34 +0200
 
 haskell-iso8601-time (0.1.4-6) unstable; urgency=medium
 


=====================================
p/haskell-iso8601-time/debian/patches/add-setup-hs-file.patch
=====================================
--- /dev/null
+++ b/p/haskell-iso8601-time/debian/patches/add-setup-hs-file.patch
@@ -0,0 +1,8 @@
+Description: this fixes the build failure and need for internet access
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+--- /dev/null
++++ haskell-iso8601-time-0.1.4/Setup.hs
+@@ -0,0 +1,2 @@
++import Distribution.Simple
++main = defaultMain


=====================================
p/haskell-iso8601-time/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-iso8601-time/debian/patches/series
@@ -0,0 +1 @@
+add-setup-hs-file.patch


=====================================
p/haskell-iso8601-time/debian/rules
=====================================
--- a/p/haskell-iso8601-time/debian/rules
+++ b/p/haskell-iso8601-time/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_BIN_NAME = cabal
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = iso8601-time
 DEB_DEFAULT_COMPILER = ghc
 DEB_ENABLE_TESTS = yes


=====================================
p/haskell-src-exts-util/debian/changelog
=====================================
--- a/p/haskell-src-exts-util/debian/changelog
+++ b/p/haskell-src-exts-util/debian/changelog
@@ -1,8 +1,13 @@
-haskell-src-exts-util (0.2.2-3) UNRELEASED; urgency=medium
+haskell-src-exts-util (0.2.2-3) unstable; urgency=medium
 
+  [ Clint Adams ]
   * Set Rules-Requires-Root to no.
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:36 -0400
+  [ Mathieu Trudel-Lapierre ]
+  * debian/rules: set DEB_SETUP_BIN_NAME appropriately to avoid trying to grab
+    data from the internet at build time (Closes: #900943).
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 07 Jun 2018 08:10:49 +0200
 
 haskell-src-exts-util (0.2.2-2) unstable; urgency=medium
 


=====================================
p/haskell-src-exts-util/debian/rules
=====================================
--- a/p/haskell-src-exts-util/debian/rules
+++ b/p/haskell-src-exts-util/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_BIN_NAME = cabal
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = src-exts-util
 DEB_DEFAULT_COMPILER = ghc
 DEB_BUILD_DEPENDENCIES = build-arch



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/249fc1f71a4e647f265bab35c99c3eeded630a2f...5274d07ad4588fbba875872d408c0d6a22cbd262

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/249fc1f71a4e647f265bab35c99c3eeded630a2f...5274d07ad4588fbba875872d408c0d6a22cbd262
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180607/b60afa3c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list