[Pkg-haskell-commits] darcs: haskell-graceful: Re-do debianization

Joachim Breitner mail at joachim-breitner.de
Sat May 23 20:43:50 UTC 2015


Sat May 23 20:43:43 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Re-do debianization

    M ./changelog -1 +5
    M ./control -81 +55
    M ./copyright -14 +19
    M ./rules -1 +2
    M ./watch -4 +1

Sat May 23 20:43:43 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Re-do debianization
diff -rN -u old-haskell-graceful/changelog new-haskell-graceful/changelog
--- old-haskell-graceful/changelog	2015-05-23 20:43:50.617479311 +0000
+++ new-haskell-graceful/changelog	2015-05-23 20:43:50.617479311 +0000
@@ -1,8 +1,12 @@
 haskell-graceful (0.1.1.5-1) unstable; urgency=low
 
+  [ Noriyuki OHKAWA ]
   * Imported Upstream version 0.1.1.5
 
- -- Noriyuki OHKAWA <n.ohkawa at gmail.com>  Sat, 23 May 2015 21:02:16 +0900
+  [ Joachim Breitner ]
+  * Re-do debianization
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 23 May 2015 22:42:17 +0200
 
 haskell-graceful (0.1.1.3-1) unstable; urgency=low
 
diff -rN -u old-haskell-graceful/control new-haskell-graceful/control
--- old-haskell-graceful/control	2015-05-23 20:43:50.617479311 +0000
+++ new-haskell-graceful/control	2015-05-23 20:43:50.617479311 +0000
@@ -1,97 +1,71 @@
 Source: haskell-graceful
-Maintainer: Noriyuki OHKAWA <n.ohkawa at gmail.com>
-Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Noriyuki OHKAWA <n.ohkawa at gmail.com>, Joachim Breitner <nomeata at debian.org>
+Priority: extra
 Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hspec-prof,
+ libghc-network-dev (>= 2.3),
+ libghc-network-dev (<< 2.7),
+ libghc-network-prof,
+ libghc-stm-dev (>= 2.3),
+ libghc-stm-dev (<< 2.5),
+ libghc-stm-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hspec-doc,
+ libghc-network-doc,
+ libghc-stm-doc,
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9)
-               , haskell-devscripts (>= 0.8)
-               , cdbs
-               , ghc
-               , ghc-prof
-               , libghc-base-dev (>= 4.5) | ghc
-               , libghc-base-dev (<< 4.9) | ghc
-               , libghc-base-prof (>= 4.5) | ghc-prof
-               , libghc-base-prof (<< 4.9) | ghc-prof
-               , libghc-directory-dev (>= 1.1) | ghc
-               , libghc-directory-dev (<< 1.3) | ghc
-               , libghc-directory-prof (>= 1.1) | ghc-prof
-               , libghc-directory-prof (<< 1.3) | ghc-prof
-               , libghc-network-dev (>= 2.3)
-               , libghc-network-dev (<< 2.7)
-               , libghc-network-prof (>= 2.3)
-               , libghc-network-prof (<< 2.7)
-               , libghc-stm-dev (>= 2.3)
-               , libghc-stm-dev (<< 2.5)
-               , libghc-stm-prof (>= 2.3)
-               , libghc-stm-prof (<< 2.5)
-               , libghc-unix-dev (>= 2.5) | ghc
-               , libghc-unix-dev (<< 2.8) | ghc
-               , libghc-unix-prof (>= 2.5) | ghc-prof
-               , libghc-unix-prof (<< 2.8) | ghc-prof
-Build-Depends-Indep: ghc-doc
-                     , libghc-base-doc (>= 4.5) | ghc-doc
-                     , libghc-base-doc (<< 4.9) | ghc-doc
-                     , libghc-directory-doc (>= 1.1) | ghc-doc
-                     , libghc-directory-doc (<< 1.3) | ghc-doc
-                     , libghc-network-doc (>= 2.3)
-                     , libghc-network-doc (<< 2.7)
-                     , libghc-stm-doc (>= 2.3)
-                     , libghc-stm-doc (<< 2.5)
-                     , libghc-unix-doc (>= 2.5) | ghc-doc
-                     , libghc-unix-doc (<< 2.8) | ghc-doc
-
-Package: libghc-graceful-dev
-Architecture: any
-Depends: ${shlibs:Depends}
-         , ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Conflicts: ${haskell:Conflicts}
-Provides: ${haskell:Provides}
-Replaces: ${haskell:Replaces}
-Description: Library to write graceful shutdown / upgrade service.
+Homepage: http://hackage.haskell.org/package/graceful
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-graceful
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-graceful
+X-Description: Library to write graceful shutdown / upgrade service.
  This library help you to create nginx like network services.
  Program written with this library handles some signal
  and do "graceful shutdown" or "on the fly upgrade".
+
+
+Package: libghc-graceful-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package provides a library for the Haskell programming language.
- See http:///www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-graceful-prof
 Architecture: any
-Depends: ${shlibs:Depends}
-         , ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Conflicts: ${haskell:Conflicts}
-Provides: ${haskell:Provides}
-Replaces: ${haskell:Replaces}
-Description: Library to write graceful shutdown / upgrade service - prof
- This library help you to create nginx like network services.
- Program written with this library handles some signal
- and do "graceful shutdown" or "on the fly upgrade".
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package provides a library for the Haskell programming language, compiled
- for profiling.  See http:///www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-graceful-doc
 Architecture: all
 Section: doc
-Depends: ${shlibs:Depends}
-         , ${haskell:Depends}
-         , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Conflicts: ${haskell:Conflicts}
-Provides: ${haskell:Provides}
-Replaces: ${haskell:Replaces}
-Description: Library to write graceful shutdown / upgrade service - doc
- This library help you to create nginx like network services.
- Program written with this library handles some signal
- and do "graceful shutdown" or "on the fly upgrade".
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package provides the documentation for a library for the Haskell
- programming language.
- See http:///www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
diff -rN -u old-haskell-graceful/copyright new-haskell-graceful/copyright
--- old-haskell-graceful/copyright	2015-05-23 20:43:50.617479311 +0000
+++ new-haskell-graceful/copyright	2015-05-23 20:43:50.621479405 +0000
@@ -1,28 +1,33 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: graceful
-Source: https://hackage.haskell.org/package/graceful-0.1.1.3/graceful-0.1.1.3.tar.gz
+Upstream-Contact: Noriyuki OHKAWA <n.ohkawa at gmail.com>
+Source: https://hackage.haskell.org/package/graceful
 
 Files: *
-Copyright: Copyright 2013 Noriyuki OHKAWA <n.ohkawa at gmail.com>
-License: BSD-3-clause
- Copyright (c) 2013, Noriyuki OHKAWA
- .
+Copyright: Copyright (c) 2013, Noriyuki OHKAWA
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
  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.
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
  .
- * Neither the name of Noriyuki OHKAWA nor the names of other
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
+     * 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 Noriyuki OHKAWA nor the names of other
+       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
diff -rN -u old-haskell-graceful/rules new-haskell-graceful/rules
--- old-haskell-graceful/rules	2015-05-23 20:43:50.617479311 +0000
+++ new-haskell-graceful/rules	2015-05-23 20:43:50.621479405 +0000
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
 DEB_CABAL_PACKAGE = graceful
+DEB_DEFAULT_COMPILER = ghc
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
-
diff -rN -u old-haskell-graceful/watch new-haskell-graceful/watch
--- old-haskell-graceful/watch	2015-05-23 20:43:50.617479311 +0000
+++ new-haskell-graceful/watch	2015-05-23 20:43:50.621479405 +0000
@@ -1,5 +1,2 @@
 version=3
-opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|graceful-$1.tar.gz|" \
-    http://hackage.haskell.org/package/graceful \
-    ([\d\.]*\d)/
+http://hackage.haskell.org/package/graceful/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list