[Git][haskell-team/DHG_packages][master] 5 commits: haskell-assert-failure: Add Vcs-Browser and Vcs-Git fields

Mikolaj Konarski gitlab at salsa.debian.org
Mon Jun 11 12:00:57 BST 2018


Mikolaj Konarski pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
61539563 by Mikolaj Konarski at 2018-06-11T12:49:31+02:00
haskell-assert-failure: Add Vcs-Browser and Vcs-Git fields

- - - - -
4ebcbf9e by Mikolaj Konarski at 2018-06-11T12:51:28+02:00
allure: Add Vcs-Browser and Vcs-Git fields

- - - - -
db8ee18f by Mikolaj Konarski at 2018-06-11T12:53:47+02:00
haskell-lambdahack: Update Vcs-Browser field

- - - - -
70b446ca by Mikolaj Konarski at 2018-06-11T12:57:18+02:00
haskell-miniutter: Add Vcs-Browser and Vcs-Git fields

- - - - -
efb406a9 by Mikolaj Konarski at 2018-06-11T12:59:11+02:00
haskell-minimorph: Add Vcs-Browser and Vcs-Git fields

- - - - -


10 changed files:

- p/allure/debian/changelog
- p/allure/debian/control
- p/haskell-assert-failure/debian/changelog
- p/haskell-assert-failure/debian/control
- p/haskell-lambdahack/debian/changelog
- p/haskell-lambdahack/debian/control
- p/haskell-minimorph/debian/changelog
- p/haskell-minimorph/debian/control
- p/haskell-miniutter/debian/changelog
- p/haskell-miniutter/debian/control


Changes:

=====================================
p/allure/debian/changelog
=====================================
--- a/p/allure/debian/changelog
+++ b/p/allure/debian/changelog
@@ -7,6 +7,7 @@ allure (0.7.1.0-3) unstable; urgency=medium
   * Update copyright information
   * Update package description
   * Remove duplicate build-depends line
+  * Add Vcs-Browser and Vcs-Git fields
 
  -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:09:09 -0400
 


=====================================
p/allure/debian/control
=====================================
--- a/p/allure/debian/control
+++ b/p/allure/debian/control
@@ -19,6 +19,8 @@ Build-Depends: debhelper (>= 10),
  libghc-zlib-dev (>= 0.5.3.1),
 Standards-Version: 4.1.4
 Homepage: http://allureofthestars.com
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/allure
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/allure]
 
 Package: allure
 Architecture: any


=====================================
p/haskell-assert-failure/debian/changelog
=====================================
--- a/p/haskell-assert-failure/debian/changelog
+++ b/p/haskell-assert-failure/debian/changelog
@@ -5,6 +5,7 @@ haskell-assert-failure (0.1.2.2-2) unstable; urgency=medium
 
   [ Mikolaj Konarski ]
   * Update package description
+  * Add Vcs-Browser and Vcs-Git fields
 
  -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:09:14 -0400
 


=====================================
p/haskell-assert-failure/debian/control
=====================================
--- a/p/haskell-assert-failure/debian/control
+++ b/p/haskell-assert-failure/debian/control
@@ -20,6 +20,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
 Standards-Version: 4.1.4
 Homepage: https://github.com/Mikolaj/assert-failure
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-assert-failure
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-assert-failure]
 X-Description: syntactic sugar improving 'assert' and 'error'
  This library contains syntactic sugar that makes it easier
  to write simple contracts with 'assert' and 'error'


=====================================
p/haskell-lambdahack/debian/changelog
=====================================
--- a/p/haskell-lambdahack/debian/changelog
+++ b/p/haskell-lambdahack/debian/changelog
@@ -2,6 +2,7 @@ haskell-lambdahack (0.7.1.0-9) unstable; urgency=medium
 
   * Build-depend on sdl instead of vty, for better UI
   * Set -O0 also for other architectures that fail with OOM
+  * Update Vcs-Browser field
 
  -- Mikolaj Konarski <mikolaj.konarski at funktory.com>  Fri, 08 Jun 2018 23:29:25 +0200
 


=====================================
p/haskell-lambdahack/debian/control
=====================================
--- a/p/haskell-lambdahack/debian/control
+++ b/p/haskell-lambdahack/debian/control
@@ -70,7 +70,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-zlib-doc,
 Standards-Version: 4.1.4
 Homepage: https://github.com/LambdaHack/LambdaHack
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-lambdahack
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lambdahack
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lambdahack]
 X-Description: tactical squad ASCII roguelike dungeon crawler game engine
  LambdaHack is a Haskell game engine library for ASCII roguelike


=====================================
p/haskell-minimorph/debian/changelog
=====================================
--- a/p/haskell-minimorph/debian/changelog
+++ b/p/haskell-minimorph/debian/changelog
@@ -1,7 +1,11 @@
 haskell-minimorph (0.1.6.1-3) UNRELEASED; urgency=medium
 
+  [ Clint Adams ]
   * Set Rules-Requires-Root to no.
 
+  [ Mikolaj Konarski ]
+  * Add Vcs-Browser and Vcs-Git fields
+
  -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:08 -0400
 
 haskell-minimorph (0.1.6.1-2) unstable; urgency=medium


=====================================
p/haskell-minimorph/debian/control
=====================================
--- a/p/haskell-minimorph/debian/control
+++ b/p/haskell-minimorph/debian/control
@@ -18,6 +18,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
 Standards-Version: 4.1.4
 Homepage: https://github.com/Mikolaj/minimorph
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-minimorph
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-minimorph]
 X-Description: English-spelling functions with an emphasis on simplicity
  A set of simplistic functions capturing the more regular
  parts of English spelling (for generation, not parsing).


=====================================
p/haskell-miniutter/debian/changelog
=====================================
--- a/p/haskell-miniutter/debian/changelog
+++ b/p/haskell-miniutter/debian/changelog
@@ -1,7 +1,11 @@
 haskell-miniutter (0.4.6.0-3) UNRELEASED; urgency=medium
 
+  [ Clint Adams ]
   * Set Rules-Requires-Root to no.
 
+  [ Mikolaj Konarski ]
+  * Add Vcs-Browser and Vcs-Git fields
+
  -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:10:08 -0400
 
 haskell-miniutter (0.4.6.0-2) unstable; urgency=medium


=====================================
p/haskell-miniutter/debian/control
=====================================
--- a/p/haskell-miniutter/debian/control
+++ b/p/haskell-miniutter/debian/control
@@ -28,6 +28,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
 Standards-Version: 4.1.4
 Homepage: https://github.com/Mikolaj/miniutter
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-miniutter
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-miniutter]
 X-Description: simple English clause creation from arbitrary words
  This library helps in generating simple present tense
  English sentences from short, parameterized descriptions.



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/8c9a76b26c018e0377655ff910bd5435fb519ece...efb406a9cdd0b74c27ae78d8805598fd37f1bc49

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/8c9a76b26c018e0377655ff910bd5435fb519ece...efb406a9cdd0b74c27ae78d8805598fd37f1bc49
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/20180611/7013f66f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list