[DHG_packages] 01/01: Convert 'debian/copyright' to dep5 format

Dmitry Bogatov kaction-guest at moszumanska.debian.org
Fri May 6 15:34:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

kaction-guest pushed a commit to branch master
in repository DHG_packages.

commit e29f7099551f5bb35e0f979f82f4d60be001d737
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Fri May 6 18:33:35 2016 +0300

    Convert 'debian/copyright' to dep5 format
    
    * Bump standards version to 3.9.8 (no changes needed)
    * Convert 'debian/copyright' to dep5 format
---
 p/alex/debian/changelog |  7 +++++
 p/alex/debian/control   | 36 +++++++++++----------
 p/alex/debian/copyright | 83 +++++++++++++++++++++++++------------------------
 3 files changed, 69 insertions(+), 57 deletions(-)

diff --git a/p/alex/debian/changelog b/p/alex/debian/changelog
index d9a033a..56b0f73 100644
--- a/p/alex/debian/changelog
+++ b/p/alex/debian/changelog
@@ -1,3 +1,10 @@
+alex (3.1.6-2) unstable; urgency=medium
+
+  * Bump standards version to 3.9.8 (no changes needed)
+  * Convert 'debian/copyright' to dep5 format
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Fri, 06 May 2016 18:20:00 +0300
+
 alex (3.1.6-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/alex/debian/control b/p/alex/debian/control
index 3d54d3e..d2aaeb4 100644
--- a/p/alex/debian/control
+++ b/p/alex/debian/control
@@ -1,22 +1,25 @@
 Source: alex
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>, Louis Bettens <louis at bettens.info>
+Uploaders: Joachim Breitner <nomeata at debian.org>,
+           Clint Adams <clint at debian.org>,
+           Louis Bettens <louis at bettens.info>,
+           Dmitry Bogatov <KAction at gnu.org>
 Priority: extra
 Section: haskell
-Build-Depends: cdbs (>= 0.4.59),
- haskell-devscripts (>= 0.10),
- debhelper (>= 9.20141010),
- dpkg-dev (>= 1.17.14),
- ghc (>= 7.10),
- alex <!stage1>,
- happy,
- jade,
- docbook-utils,
- docbook-xsl,
- docbook-xml,
- xsltproc,
- autoconf,
- libghc-quickcheck2-dev,
+Build-Depends: alex <!stage1>,
+               autoconf,
+               cdbs (>= 0.4.59),
+               debhelper (>= 9.20141010),
+               docbook-utils,
+               docbook-xml,
+               docbook-xsl,
+               dpkg-dev (>= 1.17.14),
+               ghc (>= 7.10),
+               happy,
+               haskell-devscripts (>= 0.10),
+               jade,
+               libghc-quickcheck2-dev,
+               xsltproc
 Standards-Version: 3.9.6
 Homepage: http://www.haskell.org/alex/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -25,8 +28,7 @@ Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
 Package: alex
 Architecture: any
 Multi-Arch: foreign
-Depends: ${shlibs:Depends},
- ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: lexical analyser generator for Haskell
  Alex is a tool for generating lexical analysers in Haskell, given a
  description of the tokens to be recognised in the form of regular
diff --git a/p/alex/debian/copyright b/p/alex/debian/copyright
index c6a81ce..da517ff7d 100644
--- a/p/alex/debian/copyright
+++ b/p/alex/debian/copyright
@@ -1,40 +1,43 @@
-This package was originally debianized by Ian Lynagh <igloo at debian.org>
-on 2003-09-08.
-
-It was downloaded from
-http://haskell.org/alex/alex-2.1.0rc.tar.gz
-
-Upstream Author: Simon Marlow (simonmar at microsoft.com)
-
-Copyright:
-
-Copyright (c) 1995-2003, Chris Dornan and Simon Marlow
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-
-    * Redistributions in binary form must reproduce the above
-      copyright notice, this list of conditions and the following
-      disclaimer in the documentation and/or other materials provided
-      with the distribution.
-
-    * Neither the name of the copyright holders, nor the names of the
-      contributors may be used to endorse or promote products derived
-      from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: alex
+Upstream-Contact: Simon Marlow <marlowsd at gmail.com>
+Source: https://hackage.haskell.org/package/alex
+
+Files: *
+Copyright: 1995-2011 Chis Dornan
+           1995-2011 Simon Marlow <marlowsd at gmail.com>
+           2006      Paul Johnson <paul at cogito.org.uk>
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of the copyright holders, nor the names of the
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list