summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Fourné <mail@marcelfourne.de>2017-08-15 20:24:46 +0200
committerMarcel Fourné <mail@marcelfourne.de>2017-08-15 20:24:46 +0200
commitea797b126e562a3c72c888f9dc1cb88d406217a7 (patch)
tree547efde63ce71a9a6baabed33b41ec55f11e3e5c
parentf421d4c1a7923a0e5d5444241ce2441e2bc3d92a (diff)
downloadDHG_packages-ea797b126e562a3c72c888f9dc1cb88d406217a7.tar.gz
yi: (and new deps) up the Standards-Version, fix Copyright, incriminate myself in changelogs
-rw-r--r--p/haskell-yi-core/debian/changelog2
-rw-r--r--p/haskell-yi-core/debian/control2
-rw-r--r--p/haskell-yi-core/debian/copyright4
-rw-r--r--p/haskell-yi-frontend-pango/debian/changelog2
-rw-r--r--p/haskell-yi-frontend-pango/debian/control2
-rw-r--r--p/haskell-yi-frontend-pango/debian/copyright4
-rw-r--r--p/haskell-yi-frontend-vty/debian/changelog2
-rw-r--r--p/haskell-yi-frontend-vty/debian/control2
-rw-r--r--p/haskell-yi-frontend-vty/debian/copyright4
-rw-r--r--p/haskell-yi-keymap-emacs/debian/changelog2
-rw-r--r--p/haskell-yi-keymap-emacs/debian/control2
-rw-r--r--p/haskell-yi-keymap-emacs/debian/copyright4
-rw-r--r--p/haskell-yi-keymap-vim/debian/changelog2
-rw-r--r--p/haskell-yi-keymap-vim/debian/control2
-rw-r--r--p/haskell-yi-keymap-vim/debian/copyright4
-rw-r--r--p/haskell-yi-misc-modes/debian/changelog2
-rw-r--r--p/haskell-yi-misc-modes/debian/control2
-rw-r--r--p/haskell-yi-misc-modes/debian/copyright4
-rw-r--r--p/haskell-yi-mode-haskell/debian/changelog2
-rw-r--r--p/haskell-yi-mode-haskell/debian/control2
-rw-r--r--p/haskell-yi-mode-haskell/debian/copyright4
-rw-r--r--p/haskell-yi-mode-javascript/debian/changelog2
-rw-r--r--p/haskell-yi-mode-javascript/debian/control2
-rw-r--r--p/haskell-yi-mode-javascript/debian/copyright4
-rw-r--r--p/yi/debian/control2
25 files changed, 33 insertions, 33 deletions
diff --git a/p/haskell-yi-core/debian/changelog b/p/haskell-yi-core/debian/changelog
index ec9e35fef..f5b81b11e 100644
--- a/p/haskell-yi-core/debian/changelog
+++ b/p/haskell-yi-core/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-core (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 18:38:29 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 18:38:29 +0200
diff --git a/p/haskell-yi-core/debian/control b/p/haskell-yi-core/debian/control
index 2d3b2fa77..251e45033 100644
--- a/p/haskell-yi-core/debian/control
+++ b/p/haskell-yi-core/debian/control
@@ -92,7 +92,7 @@ Build-Depends-Indep: ghc-doc,
libghc-xdg-basedir-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-core
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-core/debian/copyright b/p/haskell-yi-core/debian/copyright
index e98caa345..9a5b04889 100644
--- a/p/haskell-yi-core/debian/copyright
+++ b/p/haskell-yi-core/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-core
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/haskell-yi-frontend-pango/debian/changelog b/p/haskell-yi-frontend-pango/debian/changelog
index 1e029d331..45d09db83 100644
--- a/p/haskell-yi-frontend-pango/debian/changelog
+++ b/p/haskell-yi-frontend-pango/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-frontend-pango (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 19:16:38 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 19:16:38 +0200
diff --git a/p/haskell-yi-frontend-pango/debian/control b/p/haskell-yi-frontend-pango/debian/control
index 0f2649cb9..dc9003158 100644
--- a/p/haskell-yi-frontend-pango/debian/control
+++ b/p/haskell-yi-frontend-pango/debian/control
@@ -47,7 +47,7 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-core-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-frontend-pango
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-frontend-pango/debian/copyright b/p/haskell-yi-frontend-pango/debian/copyright
index e3b057d84..4862fb11b 100644
--- a/p/haskell-yi-frontend-pango/debian/copyright
+++ b/p/haskell-yi-frontend-pango/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-frontend-pango
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/haskell-yi-frontend-vty/debian/changelog b/p/haskell-yi-frontend-vty/debian/changelog
index 83b217470..a29350686 100644
--- a/p/haskell-yi-frontend-vty/debian/changelog
+++ b/p/haskell-yi-frontend-vty/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-frontend-vty (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 19:17:11 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 19:17:11 +0200
diff --git a/p/haskell-yi-frontend-vty/debian/control b/p/haskell-yi-frontend-vty/debian/control
index 54cffb704..05f375ac1 100644
--- a/p/haskell-yi-frontend-vty/debian/control
+++ b/p/haskell-yi-frontend-vty/debian/control
@@ -38,7 +38,7 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-core-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-frontend-vty
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-frontend-vty/debian/copyright b/p/haskell-yi-frontend-vty/debian/copyright
index a0a955a87..a74e24efb 100644
--- a/p/haskell-yi-frontend-vty/debian/copyright
+++ b/p/haskell-yi-frontend-vty/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-frontend-vty
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/haskell-yi-keymap-emacs/debian/changelog b/p/haskell-yi-keymap-emacs/debian/changelog
index fdb38561d..c902c5c01 100644
--- a/p/haskell-yi-keymap-emacs/debian/changelog
+++ b/p/haskell-yi-keymap-emacs/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-keymap-emacs (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 19:17:32 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 19:17:32 +0200
diff --git a/p/haskell-yi-keymap-emacs/debian/control b/p/haskell-yi-keymap-emacs/debian/control
index 36843d8fb..e71bb6310 100644
--- a/p/haskell-yi-keymap-emacs/debian/control
+++ b/p/haskell-yi-keymap-emacs/debian/control
@@ -41,7 +41,7 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-language-doc,
libghc-yi-misc-modes-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-keymap-emacs
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-keymap-emacs/debian/copyright b/p/haskell-yi-keymap-emacs/debian/copyright
index ed02bdf20..461ec1032 100644
--- a/p/haskell-yi-keymap-emacs/debian/copyright
+++ b/p/haskell-yi-keymap-emacs/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-keymap-emacs
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/haskell-yi-keymap-vim/debian/changelog b/p/haskell-yi-keymap-vim/debian/changelog
index feac0ea81..ae5618992 100644
--- a/p/haskell-yi-keymap-vim/debian/changelog
+++ b/p/haskell-yi-keymap-vim/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-keymap-vim (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 19:17:26 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 19:17:26 +0200
diff --git a/p/haskell-yi-keymap-vim/debian/control b/p/haskell-yi-keymap-vim/debian/control
index 910b77f39..55c1325c1 100644
--- a/p/haskell-yi-keymap-vim/debian/control
+++ b/p/haskell-yi-keymap-vim/debian/control
@@ -53,7 +53,7 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-core-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-keymap-vim
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-keymap-vim/debian/copyright b/p/haskell-yi-keymap-vim/debian/copyright
index 4e7ba3475..2e30de99b 100644
--- a/p/haskell-yi-keymap-vim/debian/copyright
+++ b/p/haskell-yi-keymap-vim/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-keymap-vim
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/haskell-yi-misc-modes/debian/changelog b/p/haskell-yi-misc-modes/debian/changelog
index fe1665260..c8e6318b7 100644
--- a/p/haskell-yi-misc-modes/debian/changelog
+++ b/p/haskell-yi-misc-modes/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-misc-modes (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 19:17:45 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 19:17:45 +0200
diff --git a/p/haskell-yi-misc-modes/debian/control b/p/haskell-yi-misc-modes/debian/control
index 86309e93d..d4a41a2e9 100644
--- a/p/haskell-yi-misc-modes/debian/control
+++ b/p/haskell-yi-misc-modes/debian/control
@@ -30,7 +30,7 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-core-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-misc-modes
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-misc-modes/debian/copyright b/p/haskell-yi-misc-modes/debian/copyright
index 022efa271..285785c68 100644
--- a/p/haskell-yi-misc-modes/debian/copyright
+++ b/p/haskell-yi-misc-modes/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-misc-modes
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/haskell-yi-mode-haskell/debian/changelog b/p/haskell-yi-mode-haskell/debian/changelog
index db6e65ca9..81ecad153 100644
--- a/p/haskell-yi-mode-haskell/debian/changelog
+++ b/p/haskell-yi-mode-haskell/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-mode-haskell (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 19:17:58 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 19:17:58 +0200
diff --git a/p/haskell-yi-mode-haskell/debian/control b/p/haskell-yi-mode-haskell/debian/control
index 14886cb97..e358e0ffd 100644
--- a/p/haskell-yi-mode-haskell/debian/control
+++ b/p/haskell-yi-mode-haskell/debian/control
@@ -27,7 +27,7 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-core-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-mode-haskell
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-mode-haskell/debian/copyright b/p/haskell-yi-mode-haskell/debian/copyright
index 007101eed..21e9eca4d 100644
--- a/p/haskell-yi-mode-haskell/debian/copyright
+++ b/p/haskell-yi-mode-haskell/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-mode-haskell
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/haskell-yi-mode-javascript/debian/changelog b/p/haskell-yi-mode-javascript/debian/changelog
index e72cb5279..89f336742 100644
--- a/p/haskell-yi-mode-javascript/debian/changelog
+++ b/p/haskell-yi-mode-javascript/debian/changelog
@@ -2,4 +2,4 @@ haskell-yi-mode-javascript (0.13.7-1) UNRELEASED; urgency=low
* Initial release
- -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Sat, 12 Aug 2017 19:18:09 +0200
+ -- Marcel Fourné <debian@marcelfourne.de> Sat, 12 Aug 2017 19:18:09 +0200
diff --git a/p/haskell-yi-mode-javascript/debian/control b/p/haskell-yi-mode-javascript/debian/control
index 9d819fb46..62ba6f2d7 100644
--- a/p/haskell-yi-mode-javascript/debian/control
+++ b/p/haskell-yi-mode-javascript/debian/control
@@ -33,7 +33,7 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-core-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-mode-javascript
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-yi-mode-javascript/debian/copyright b/p/haskell-yi-mode-javascript/debian/copyright
index e3abe2b38..4a37550e4 100644
--- a/p/haskell-yi-mode-javascript/debian/copyright
+++ b/p/haskell-yi-mode-javascript/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Yi developers <yi-devel@googlegroups.com>
Source: https://hackage.haskell.org/package/yi-mode-javascript
Files: *
-Copyright: (No copyright field in cabal file)
-License: GPL
+Copyright: Yi developers <yi-devel@googlegroups.com>
+License: GPL-2
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
diff --git a/p/yi/debian/control b/p/yi/debian/control
index cc259c842..03951a658 100644
--- a/p/yi/debian/control
+++ b/p/yi/debian/control
@@ -50,7 +50,7 @@ Build-Depends-Indep:
libghc-yi-mode-haskell-doc,
libghc-yi-mode-javascript-doc,
libghc-yi-rope-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/yi
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git