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

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


Fri Sep  7 23:52:25 UTC 2012  Joey Hess <joey at kitenet.net>
  * initial debianization
  Ignore-this: 80397fa653c6a4d0f67182f1dc2f039b

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri Sep  7 23:52:25 UTC 2012  Joey Hess <joey at kitenet.net>
  * initial debianization
  Ignore-this: 80397fa653c6a4d0f67182f1dc2f039b
diff -rN -u old-haskell-network-info//changelog new-haskell-network-info//changelog
--- old-haskell-network-info//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-info//changelog	2013-01-04 14:50:38.463725382 +0000
@@ -0,0 +1,5 @@
+haskell-network-info (0.2.0.1-1) unstable; urgency=low
+
+  * Initial release. Closes: #686989
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 07 Sep 2012 15:42:48 -0400
diff -rN -u old-haskell-network-info//compat new-haskell-network-info//compat
--- old-haskell-network-info//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-info//compat	2013-01-04 14:50:38.455736373 +0000
@@ -0,0 +1 @@
+8
diff -rN -u old-haskell-network-info//control new-haskell-network-info//control
--- old-haskell-network-info//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-info//control	2013-01-04 14:50:38.463725382 +0000
@@ -0,0 +1,66 @@
+Source: haskell-network-info
+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
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/network-info
+Vcs-Git: http://anonscm.debian.org/git/pkg-haskell/haskell-network-info.git/
+Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-network-info.git;a=summary
+
+Package: libghc-network-info-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: listing network interfaces in Haskell - GHC library
+ This library provides simple read-only access to the local computer's
+ networking configuration. It is currently capable of getting a list of
+ all the network interfaces and their respective IPv4, IPv6 and MAC
+ addresses.
+ .
+ It has been tested and is known to work on Linux, Mac OS X, and Windows XP.
+ .
+ This package contains the library compiled for GHC.
+
+Package: libghc-network-info-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: listing network interfaces in Haskell - GHC profiling library
+ This library provides simple read-only access to the local computer's
+ networking configuration. It is currently capable of getting a list of
+ all the network interfaces and their respective IPv4, IPv6 and MAC
+ addresses.
+ .
+ It has been tested and is known to work on Linux, Mac OS X, and Windows XP.
+ .
+ This package contains the profiling library compiled for GHC.
+
+Package: libghc-network-info-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: listing network interfaces in Haskell - documentation
+ This library provides simple read-only access to the local computer's
+ networking configuration. It is currently capable of getting a list of
+ all the network interfaces and their respective IPv4, IPv6 and MAC
+ addresses.
+ .
+ It has been tested and is known to work on Linux, Mac OS X, and Windows XP.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-network-info//copyright new-haskell-network-info//copyright
--- old-haskell-network-info//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-info//copyright	2013-01-04 14:50:38.459742460 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: network-info
+Upstream-Contact: Jacob Stanley <jacob at stanley.io>
+Source: http://hackage.haskell.org/package/network-info
+
+Files: *
+Copyright: 2010, Jacob Stanley
+License: BSD
+
+Files: debian/*
+Copyright: 2012 Joey Hess
+License: BSD
+
+License: BSD
+  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 Jacob Stanley 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
+  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.
diff -rN -u old-haskell-network-info//rules new-haskell-network-info//rules
--- old-haskell-network-info//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-info//rules	2013-01-04 14:50:38.459742460 +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-info//source/format new-haskell-network-info//source/format
--- old-haskell-network-info//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-info//source/format	2013-01-04 14:50:38.459742460 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-network-info//watch new-haskell-network-info//watch
--- old-haskell-network-info//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-info//watch	2013-01-04 14:50:38.459742460 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|network-info-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/network-info \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list