[Git][haskell-team/DHG_packages][master] 5 commits: singletons: policy 4.2.1
Sean Whitton
gitlab at salsa.debian.org
Sat Dec 8 20:02:57 GMT 2018
Sean Whitton pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
57b65139 by Sean Whitton at 2018-12-08T19:43:04Z
singletons: policy 4.2.1
- - - - -
d96bd6ee by Sean Whitton at 2018-12-08T19:43:44Z
singletons: better description
- - - - -
7a0c6c22 by Sean Whitton at 2018-12-08T19:44:10Z
singletons: drop broken Vcs-* fields
- - - - -
76926492 by Sean Whitton at 2018-12-08T19:54:46Z
singletons: Use https in Homepage: and in d/watch
- - - - -
d464352f by Sean Whitton at 2018-12-08T19:55:21Z
singletons: upload -2
- - - - -
4 changed files:
- p/haskell-singletons/debian/changelog
- p/haskell-singletons/debian/control
- p/haskell-singletons/debian/copyright
- p/haskell-singletons/debian/watch
Changes:
=====================================
p/haskell-singletons/debian/changelog
=====================================
@@ -1,3 +1,14 @@
+haskell-singletons (2.4.1-2) unstable; urgency=medium
+
+ * Declare compliance with Debian Policy 4.2.1.
+ - Priority optional->extra
+ - Use https in Format: field in d/copyright.
+ * Better package description.
+ * Drop broken Vcs-* fields.
+ * Use https in Homepage: and in d/watch.
+
+ -- Sean Whitton <spwhitton at spwhitton.name> Sat, 08 Dec 2018 12:55:13 -0700
+
haskell-singletons (2.4.1-1) unstable; urgency=medium
* Initial release
=====================================
p/haskell-singletons/debian/control
=====================================
@@ -1,7 +1,7 @@
Source: haskell-singletons
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Sean Whitton <spwhitton at spwhitton.name>
-Priority: extra
+Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
@@ -22,20 +22,14 @@ Build-Depends-Indep: ghc-doc,
libghc-syb-doc,
libghc-text-doc,
libghc-th-desugar-doc,
-Standards-Version: 3.9.6
-Homepage: http://www.github.com/goldfirere/singletons
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-singletons
-Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: A framework for generating singleton types
+Standards-Version: 4.2.1
+Homepage: https://www.github.com/goldfirere/singletons
+X-Description: Haskell framework for generating singleton types
This library generates singleton types, promoted functions, and singleton
functions using Template Haskell. It is useful for programmers who wish
to use dependently typed programming techniques. The library was originally
presented in /Dependently Typed Programming with Singletons/, published
at the Haskell Symposium, 2012.
- (<https://cs.brynmawr.edu/~rae/papers/2012/singletons/paper.pdf>)
- Version 1.0 and onwards works a lot harder to promote functions. See the
- paper published at Haskell Symposium, 2014:
- <https://cs.brynmawr.edu/~rae/papers/2014/promotion/promotion.pdf>.
Package: libghc-singletons-dev
Architecture: any
=====================================
p/haskell-singletons/debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: singletons
Upstream-Contact: Richard Eisenberg <rae at cs.brynmawr.edu>, Jan Stolarek <jan.stolarek at p.lodz.pl>
Source: https://hackage.haskell.org/package/singletons
=====================================
p/haskell-singletons/debian/watch
=====================================
@@ -1,2 +1,2 @@
version=3
-http://hackage.haskell.org/package/singletons/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://hackage.haskell.org/package/singletons/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/6e3dd77e70fa4de0548dd8eba4f04c21e5583d1e...d464352ff7e8d993a41a8efaa4cc22ca8a17d9ec
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/6e3dd77e70fa4de0548dd8eba4f04c21e5583d1e...d464352ff7e8d993a41a8efaa4cc22ca8a17d9ec
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/20181208/ae60bac5/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list