[Pkg-haskell-commits] darcs: haskell-network-multicast: initial debianization

Joey Hess joey at kitenet.net
Fri Jan 4 14:50:39 UTC 2013


Fri Sep  7 19:38:47 UTC 2012  Joey Hess <joey at kitenet.net>
  * initial debianization
  Ignore-this: 18d30a55c7ca97cd8de42492e8265e67

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc-network-multicast-doc.examples
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri Sep  7 19:38:47 UTC 2012  Joey Hess <joey at kitenet.net>
  * initial debianization
  Ignore-this: 18d30a55c7ca97cd8de42492e8265e67
diff -rN -u old-haskell-network-multicast//changelog new-haskell-network-multicast//changelog
--- old-haskell-network-multicast//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//changelog	2013-01-04 14:50:39.703749822 +0000
@@ -0,0 +1,5 @@
+haskell-network-multicast (0.0.6-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #686969
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-network-multicast//compat new-haskell-network-multicast//compat
--- old-haskell-network-multicast//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//compat	2013-01-04 14:50:39.682746518 +0000
@@ -0,0 +1 @@
+8
diff -rN -u old-haskell-network-multicast//control new-haskell-network-multicast//control
--- old-haskell-network-multicast//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//control	2013-01-04 14:50:39.687724775 +0000
@@ -0,0 +1,54 @@
+Source: haskell-network-multicast
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Build-Depends: debhelper (>= 8)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-network-dev
+  , libghc-network-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-network-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/network-multicast
+Vcs-Git: http://anonscm.debian.org/git/pkg-haskell/haskell-network-multicast.git/
+Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-network-multicast.git;a=summary
+
+Package: libghc-network-multicast-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell multicast networking - GHC library
+ An interface for sending UDP datagrams over multicast (class D) addresses.
+ .
+ This package contains the library compiled for GHC.
+
+Package: libghc-network-multicast-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell multicast networking - GHC profiling library
+ An interface for sending UDP datagrams over multicast (class D) addresses.
+ .
+ This package contains the profiling library compiled for GHC.
+
+Package: libghc-network-multicast-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell multicast networking - documentation
+ An interface for sending UDP datagrams over multicast (class D) addresses.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-network-multicast//copyright new-haskell-network-multicast//copyright
--- old-haskell-network-multicast//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//copyright	2013-01-04 14:50:39.682746518 +0000
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: network-multicast
+Upstream-Contact: Audrey Tang <audreyt at audreyt.org>
+Source: http://hackage.haskell.org/package/network-multicast
+
+Files: *
+Copyright: 2008 Aurdey Tang
+License: MIT
+
+Files: debian/*
+Copyright: 2012 Joey Hess
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-network-multicast//libghc-network-multicast-doc.examples new-haskell-network-multicast//libghc-network-multicast-doc.examples
--- old-haskell-network-multicast//libghc-network-multicast-doc.examples	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//libghc-network-multicast-doc.examples	2013-01-04 14:50:39.682746518 +0000
@@ -0,0 +1 @@
+examples/*
diff -rN -u old-haskell-network-multicast//rules new-haskell-network-multicast//rules
--- old-haskell-network-multicast//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//rules	2013-01-04 14:50:39.682746518 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-network-multicast//source/format new-haskell-network-multicast//source/format
--- old-haskell-network-multicast//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//source/format	2013-01-04 14:50:39.682746518 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-network-multicast//watch new-haskell-network-multicast//watch
--- old-haskell-network-multicast//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-multicast//watch	2013-01-04 14:50:39.687724775 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|network-multicast-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/network-multicast \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list