[Git][haskell-team/DHG_packages][master] add missing Homepage and Vcs tags
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Aug 8 19:01:41 BST 2025
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
71b49028 by Alexandre Detiste at 2025-08-08T19:02:19+02:00
add missing Homepage and Vcs tags
- - - - -
28 changed files:
- p/haskell-bz2/debian/control
- p/haskell-dense-linear-algebra/debian/control
- p/haskell-deriving-aeson/debian/control
- p/haskell-fgl-arbitrary/debian/control
- p/haskell-floatinghex/debian/control
- p/haskell-ghc-exactprint/debian/control
- p/haskell-infer-license/debian/control
- p/haskell-lens-family-core/debian/control
- p/haskell-lukko/debian/control
- p/haskell-managed/debian/control
- p/haskell-microspec/debian/control
- p/haskell-multiset-comb/debian/control
- p/haskell-network-byte-order/debian/control
- p/haskell-onetuple/debian/control
- p/haskell-only/debian/control
- p/haskell-optional-args/debian/control
- p/haskell-panic/debian/control
- p/haskell-rfc5051/debian/control
- p/haskell-sdl2/debian/control
- p/haskell-sop-core/debian/control
- p/haskell-splitmix/debian/control
- p/haskell-spool/debian/control
- p/haskell-system-posix-redirect/debian/control
- p/haskell-tls-session-manager/debian/control
- p/haskell-tuple/debian/control
- p/haskell-vty-crossplatform/debian/control
- p/haskell-vty-unix/debian/control
- p/haskell-xmlgen/debian/control
Changes:
=====================================
p/haskell-bz2/debian/control
=====================================
@@ -18,6 +18,9 @@ Build-Depends: debhelper (>= 10),
libbz2-dev,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/bz2
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bz2
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bz2]
X-Description: bindings to libbz2
High-level bindings to libbz2 using c2hs and ByteString
=====================================
p/haskell-dense-linear-algebra/debian/control
=====================================
@@ -32,6 +32,9 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-binary-instances-doc,
libghc-vector-th-unbox-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/haskell/statistics/tree/master/dense-linear-algebra
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-dense-linear-algebra
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-dense-linear-algebra]
X-Description: pure Haskell implementation of linear algebra
This library is a simple and incomplete collection of linear-algebra
related modules split out from the statistics library.
=====================================
p/haskell-deriving-aeson/debian/control
=====================================
@@ -17,6 +17,9 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/fumieval/deriving-aeson
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-deriving-aeson
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-deriving-aeson]
X-Description: type-driven generic aeson instance customisation
This package provides a newtype wrapper with
FromJSON/ToJSON instances customisable via a phantom type parameter.
=====================================
p/haskell-fgl-arbitrary/debian/control
=====================================
@@ -23,6 +23,9 @@ Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
libghc-fgl-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/haskell/fgl/tree/master/fgl-arbitrary
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-fgl-arbitrary
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-fgl-arbitrary]
X-Description: QuickCheck support for fgl
Provides Arbitrary instances for fgl graphs (to avoid adding a
QuickCheck dependency for fgl whilst still making the instances
=====================================
p/haskell-floatinghex/debian/control
=====================================
@@ -11,6 +11,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/LeventErkok/FloatingHex
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-floatinghex
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-floatinghex]
X-Description: read and write hexadecimal floating point numbers
Read and write hexadecimal floating point numbers. Provides a quasiquoter for
entering hex-float literals, and a function for printing them in hexadecimal.
=====================================
p/haskell-ghc-exactprint/debian/control
=====================================
@@ -34,6 +34,9 @@ Build-Depends-Indep: ghc-doc,
libghc-ordered-containers-doc,
libghc-syb-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/alanz/ghc-exactprint
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ghc-exactprint
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-ghc-exactprint]
X-Description: ExactPrint for GHC
Using the API Annotations available from GHC 7.10.2, this
library provides a means to round trip any code that can
=====================================
p/haskell-infer-license/debian/control
=====================================
@@ -16,6 +16,9 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-text-metrics-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/sol/infer-license
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-infer-license
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-infer-license]
X-Description: infer software license from a given license file
This library checks the Levenshtein distances between a short text
and a handful of license strings in order to infer the most probable
=====================================
p/haskell-lens-family-core/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://hub.darcs.net/roconnor/lens-family
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lens-family-core
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lens-family-core]
X-Description: Haskell 98 Lens Families
This package provides first-class functional references.
In addition to the usual operations of getting, setting and
=====================================
p/haskell-lukko/debian/control
=====================================
@@ -32,6 +32,9 @@ Build-Depends: debhelper (>= 10),
libghc-temporary-prof (<< 1.4),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/haskellari/lukko/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lukko
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lukko]
X-Description: file locking
This package provides access to platform dependent file locking APIs:
.
=====================================
p/haskell-managed/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/Gabriella439/managed
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-managed
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-managed]
X-Description: monad for managed values
In Haskell you very often acquire values using the with...
idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
=====================================
p/haskell-microspec/debian/control
=====================================
@@ -13,6 +13,9 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/microspec
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-microspec
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-microspec]
X-Description: tiny QuickCheck test library with minimal dependencies
A tiny property-based (and unit) testing library with minimal
dependencies.
=====================================
p/haskell-multiset-comb/debian/control
=====================================
@@ -11,6 +11,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://hub.darcs.net/byorgey/multiset-comb/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-multiset-comb
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-multiset-comb]
X-Description: combinatorial algorithms over multisets
Various combinatorial algorithms over multisets,
including generating all permutations,
=====================================
p/haskell-network-byte-order/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/kazu-yamamoto/network-byte-order
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-network-byte-order
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-network-byte-order]
X-Description: network byte-order utility functions
Peek and poke functions for network byte order.
=====================================
p/haskell-onetuple/debian/control
=====================================
@@ -18,6 +18,9 @@ Build-Depends-Indep: ghc-doc,
libghc-base-orphans-doc,
libghc-hashable-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/haskellari/OneTuple
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-onetuple
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-onetuple]
X-Description: singleton tuple
OneTuple fills the tuple gap with a singleton tuple.
.
=====================================
p/haskell-only/debian/control
=====================================
@@ -11,6 +11,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/only
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-only
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-only]
X-Description: 1-tuple type or single-value "collection"
This package provides the canonical anonymous 1-tuple type missing
from Haskell for attaching typeclass instances.
=====================================
p/haskell-optional-args/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/Gabriella439/Haskell-Optional-Args-Library
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-optional-args
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-optional-args]
X-Description: optional function arguments
This library provides a type for specifying Optional function
arguments.
=====================================
p/haskell-panic/debian/control
=====================================
@@ -13,6 +13,9 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-gitrev-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/yav/panic
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-panic
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-panic]
X-Description: convenient way to panic
This provides a data type and function to throw an exception with
a message and a call stack.
=====================================
p/haskell-rfc5051/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/jgm/rfc5051
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-rfc5051
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-rfc5051]
X-Description: simple unicode collation as per RFC5051
This library implements i;unicode-casemap,
the simple, non locale-sensitive unicode collation
=====================================
p/haskell-sdl2/debian/control
=====================================
@@ -29,6 +29,9 @@ Build-Depends-Indep: ghc-doc,
libghc-linear-doc,
libghc-vector-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/haskell-game/sdl2
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sdl2
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-sdl2]
X-Description: high- and low-level bindings to the SDL 2 library
This package contains bindings to the SDL 2 library, in both high- and
low-level forms:
=====================================
p/haskell-sop-core/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 9),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/well-typed/generics-sop/tree/master/sop-core
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sop-core
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-sop-core]
X-Description: true sums of products
Implementation of n-ary sums and n-ary products.
.
=====================================
p/haskell-splitmix/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/haskellari/splitmix
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-splitmix
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-splitmix]
X-Description: fast splittable PRNG
Pure Haskell implementation of SplitMix, a splittable
pseudorandom number generator that is quite fast.
=====================================
p/haskell-spool/debian/control
=====================================
@@ -13,6 +13,9 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/kmcallister/spool
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-spool
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-spool]
X-Description: copyless conversion between ByteString and Vector.Storable
This library allows conversion between the types from Data.ByteString
Data.Vector.Storable without copying the underlying data. This is
=====================================
p/haskell-system-posix-redirect/debian/control
=====================================
@@ -10,6 +10,9 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/liyang/system-posix-redirect
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-system-posix-redirect
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-system-posix-redirect]
X-Description: toy module to temporarily redirect a program's stdout
Due to the design of POSIX, it is possible to temporarily overload the
file descriptors corresponding to stdout and stderr to point to an
=====================================
p/haskell-tls-session-manager/debian/control
=====================================
@@ -29,6 +29,9 @@ Build-Depends-Indep: ghc-doc,
libghc-psqueues-doc,
libghc-tls-doc,
Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/tls-session-manager
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tls-session-manager
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tls-session-manager]
X-Description: in-memory TLS session manager
TLS session manager with limitation, automatic pruning, energy saving
and replay resistance.
=====================================
p/haskell-tuple/debian/control
=====================================
@@ -13,6 +13,9 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-onetuple-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/augustss/tuple
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tuple
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tuple]
X-Description: various functions on tuples
Various useful functions on tuples, overloaded on tuple size.
=====================================
p/haskell-vty-crossplatform/debian/control
=====================================
@@ -17,6 +17,9 @@ Build-Depends-Indep: ghc-doc,
libghc-vty-doc,
libghc-vty-unix-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/jtdaugherty/vty-crossplatform
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-vty-crossplatform
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-vty-crossplatform]
X-Description: Cross-platform support for Vty
This package provides a generic interface for multiple
Vty platforms in one package so you don't have to
=====================================
p/haskell-vty-unix/debian/control
=====================================
@@ -36,6 +36,9 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
libghc-vty-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/jtdaugherty/vty-unix
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-vty-unix
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-vty-unix]
X-Description: Unix backend for Vty
This package provides Unix terminal support for Vty.
=====================================
p/haskell-xmlgen/debian/control
=====================================
@@ -18,6 +18,9 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-blaze-builder-doc,
Standards-Version: 4.7.0
+Homepage: https://github.com/skogsbaer/xmlgen
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-xmlgen
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-xmlgen]
X-Description: fast XML generation library
Library for high-performance XML generation.
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/71b49028c50696309ae6c8de3edbe24091cef495
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/71b49028c50696309ae6c8de3edbe24091cef495
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/20250808/22fab50e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list