[Pkg-haskell-commits] darcs: bool-extras: Fix packaging issues

Dmitry Bogatov KAction at gnu.org
Fri Dec 26 08:45:55 UTC 2014


Fri Dec 26 08:38:23 UTC 2014  Dmitry Bogatov <KAction at gnu.org>
  * Fix packaging issues
  
   * Lower package priority
   * Update `Uploaders` and `Maintainer` fields
   * Update Vcs-* fields
   * Remove copyrighting of debian/*
   * Update watch file
  

    M ./control -3 +4
    M ./copyright -22 +1
    M ./watch -4 +1

Fri Dec 26 08:38:23 UTC 2014  Dmitry Bogatov <KAction at gnu.org>
  * Fix packaging issues
  
   * Lower package priority
   * Update `Uploaders` and `Maintainer` fields
   * Update Vcs-* fields
   * Remove copyrighting of debian/*
   * Update watch file
  
diff -rN -u old-bool-extras/control new-bool-extras/control
--- old-bool-extras/control	2014-12-26 08:45:55.296827135 +0000
+++ new-bool-extras/control	2014-12-26 08:45:55.300827136 +0000
@@ -1,7 +1,8 @@
 Source: haskell-bool-extras
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Priority: optional
+Priority: extra
 Section: haskell
+Uploaders: Dmitry Bogatov <KAction at gnu.org>
 Build-Depends: debhelper (>= 9.0)
                , haskell-devscripts (>= 0.8)
                , cdbs
@@ -9,8 +10,8 @@
                , ghc-prof
 Standards-Version: 3.9.6
 Build-Depends-Indep: ghc-doc
-Vcs-Git: git://github.com/kaction/deb-bool-extras
-Vcs-Browser: https://github.com/kaction/deb-bool-extras
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bool-extras
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bool-extras
 Homepage: http://tom.lokhorst.eu/bool-extras
 X-Description: Fold function for Bool type
  Function `bool' allows folding over boolean values, that is
diff -rN -u old-bool-extras/copyright new-bool-extras/copyright
--- old-bool-extras/copyright	2014-12-26 08:45:55.296827135 +0000
+++ new-bool-extras/copyright	2014-12-26 08:45:55.300827136 +0000
@@ -1,5 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: cligh
+Upstream-Name: bool-extras
 Upstream-Contact: Tom Lokhorst <tom at lokhorst.eu>
 Source: https://hackage.haskell.org/package/bool-extras
 
@@ -10,27 +10,6 @@
 	   2009 Tom Lokhorst
            2009 Sebastiaan Visser
 
-Files: debian/*
-Copyright: 2014 Dmitry Bogatov <KAction at gnu.org>
-License: GPL-3+
-
-License: GPL-3+
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 3
- of the License, or (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian system, copy of GNU General Public License version 3
- is also located at `/usr/share/common-licenses/GPL-3'
-
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without modification,
  are permitted provided that the following conditions are met:
diff -rN -u old-bool-extras/watch new-bool-extras/watch
--- old-bool-extras/watch	2014-12-26 08:45:55.296827135 +0000
+++ new-bool-extras/watch	2014-12-26 08:45:55.300827136 +0000
@@ -1,5 +1,2 @@
 version=3
-opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|bool-extras-$1.tar.gz|" \
-    http://hackage.haskell.org/package/bool-extras \
-    ([\d\.]*\d)/
+http://hackage.haskell.org/package/bool-extras/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list