[Pkg-haskell-commits] darcs: haskell-maccatcher: Initial Check-In

clint at debian.org clint at debian.org
Mon Jun 6 22:46:18 UTC 2011


Mon Jun  6 22:45:58 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 16f345c622c5660e61c95533685b9237

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

Mon Jun  6 22:45:58 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 16f345c622c5660e61c95533685b9237
diff -rN -u old-haskell-maccatcher//changelog new-haskell-maccatcher//changelog
--- old-haskell-maccatcher//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//changelog	2011-06-06 22:46:18.117551863 +0000
@@ -0,0 +1,5 @@
+haskell-maccatcher (2.1.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 05 Jun 2011 08:28:09 -0400
diff -rN -u old-haskell-maccatcher//compat new-haskell-maccatcher//compat
--- old-haskell-maccatcher//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//compat	2011-06-06 22:46:18.117551863 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-maccatcher//control new-haskell-maccatcher//control
--- old-haskell-maccatcher//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//control	2011-06-06 22:46:18.117551863 +0000
@@ -0,0 +1,62 @@
+Source: haskell-maccatcher
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-binary-dev
+  , libghc-binary-prof
+  , libghc-parsec3-dev
+  , libghc-parsec3-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-binary-doc
+  , libghc-parsec3-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/maccatcher
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-maccatcher
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maccatcher
+
+Package: libghc-maccatcher-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: library to obtain a NIC's MAC address
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It can obtain the MAC addresses for a host's NICs.
+
+Package: libghc-maccatcher-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: library to obtain a NIC's MAC address; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It can obtain the MAC addresses for a host's NICs.
+
+Package: libghc-maccatcher-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: library to obtain a NIC's MAC address; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It can obtain the MAC addresses for a host's NICs.
diff -rN -u old-haskell-maccatcher//copyright new-haskell-maccatcher//copyright
--- old-haskell-maccatcher//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//copyright	2011-06-06 22:46:18.117551863 +0000
@@ -0,0 +1,42 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sun, 05 Jun 2011 12:28:09 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/maccatcher
+
+Upstream Author:
+
+    Jason Dusek <oss at solidsnack.be>
+
+Copyright: 
+
+    (c) Jason Dusek
+
+License:
+
+  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, the list of contributors and the following
+    disclaimer.
+
+ .  Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions, the list of contributors and the following
+    disclaimer in the documentation and/or other materials provided with the
+    distribution.
+
+ .  Names of the contributors may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+
+  This software is provided by the 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 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-maccatcher//rules new-haskell-maccatcher//rules
--- old-haskell-maccatcher//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//rules	2011-06-06 22:46:18.117551863 +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-maccatcher//source/format new-haskell-maccatcher//source/format
--- old-haskell-maccatcher//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//source/format	2011-06-06 22:46:18.117551863 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-maccatcher//watch new-haskell-maccatcher//watch
--- old-haskell-maccatcher//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//watch	2011-06-06 22:46:18.117551863 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|maccatcher-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/maccatcher \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list