[Git][haskell-team/DHG_packages][master] 2 commits: pantry: Upload to unstable

Ilias Tsitsimpis gitlab at salsa.debian.org
Fri Jul 24 16:01:07 BST 2020



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
2d6e43d0 by Ilias Tsitsimpis at 2020-07-24T17:54:45+03:00
pantry: Upload to unstable

- - - - -
22f737a2 by Ilias Tsitsimpis at 2020-07-24T17:54:45+03:00
http-download: Upload to unstable

- - - - -


10 changed files:

- p/haskell-http-download/debian/changelog
- p/haskell-http-download/debian/control
- p/haskell-http-download/debian/copyright
- − p/haskell-http-download/debian/patches/missing-setup
- − p/haskell-http-download/debian/patches/series
- p/haskell-http-download/debian/rules
- p/haskell-pantry/debian/changelog
- p/haskell-pantry/debian/control
- p/haskell-pantry/debian/copyright
- p/haskell-pantry/debian/rules


Changes:

=====================================
p/haskell-http-download/debian/changelog
=====================================
@@ -2,4 +2,4 @@ haskell-http-download (0.2.0.0-1) unstable; urgency=low
 
   * Initial release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 19 Jun 2020 11:14:26 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 24 Jul 2020 17:31:20 +0300


=====================================
p/haskell-http-download/debian/control
=====================================
@@ -5,7 +5,7 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.13),
+ haskell-devscripts (>= 0.16),
  cdbs,
  ghc,
  ghc-prof,
@@ -39,10 +39,6 @@ Build-Depends: debhelper (>= 10),
  libghc-rio-prof,
  libghc-rio-prettyprint-dev,
  libghc-rio-prettyprint-prof,
- libghc-hspec-dev,
- libghc-hspec-prof,
- libghc-hspec-discover-dev,
- libghc-hspec-discover-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-base64-bytestring-doc,
  libghc-conduit-doc,


=====================================
p/haskell-http-download/debian/copyright
=====================================
@@ -4,7 +4,8 @@ Upstream-Contact: michael at snoyman.com
 Source: https://hackage.haskell.org/package/http-download
 
 Files: *
-Copyright: 2015-2019 FP Complete
+Copyright: 2015-2019 Stack contributors
+           2018-2019 FP Complete
 License: BSD-3-clause
 
 Files: debian/*


=====================================
p/haskell-http-download/debian/patches/missing-setup deleted
=====================================
@@ -1,10 +0,0 @@
-Description: Add Setup.hs missing from upstream tarball
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-
-Index: b/Setup.hs
-===================================================================
---- /dev/null
-+++ b/Setup.hs
-@@ -0,0 +1,2 @@
-+import Distribution.Simple
-+main = defaultMain


=====================================
p/haskell-http-download/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-missing-setup


=====================================
p/haskell-http-download/debian/rules
=====================================
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# Disable tests, as they access the internet
+DEB_ENABLE_TESTS = no
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-pantry/debian/changelog
=====================================
@@ -2,4 +2,4 @@ haskell-pantry (0.4.0.1-1) unstable; urgency=low
 
   * Initial release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 17 Jul 2020 19:46:09 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 24 Jul 2020 17:28:53 +0300


=====================================
p/haskell-pantry/debian/control
=====================================
@@ -85,16 +85,6 @@ Build-Depends: debhelper (>= 10),
  libghc-yaml-prof,
  libghc-zip-archive-dev,
  libghc-zip-archive-prof,
- libghc-quickcheck2-dev,
- libghc-quickcheck2-prof,
- libghc-exceptions-dev,
- libghc-exceptions-prof,
- libghc-hedgehog-dev,
- libghc-hedgehog-prof,
- libghc-hspec-dev,
- libghc-hspec-prof,
- libghc-raw-strings-qq-dev,
- libghc-raw-strings-qq-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-ansi-terminal-doc,


=====================================
p/haskell-pantry/debian/copyright
=====================================
@@ -4,7 +4,8 @@ Upstream-Contact: michael at snoyman.com
 Source: https://hackage.haskell.org/package/pantry
 
 Files: *
-Copyright: 2015-2019 FP Complete
+Copyright: 2015-2019 Stack contributors
+           2018-2019 FP Complete
 License: BSD-3-clause
 
 Files: debian/*


=====================================
p/haskell-pantry/debian/rules
=====================================
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# Disable tests, as they access the internet
+DEB_ENABLE_TESTS = no
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/ee4854fd28facc1e5b97ce206830a1a2230efffe...22f737a28736ff7bb0ccca47b034285785f5c791

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/ee4854fd28facc1e5b97ce206830a1a2230efffe...22f737a28736ff7bb0ccca47b034285785f5c791
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/20200724/568e1feb/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list