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

clint at debian.org clint at debian.org
Tue Sep 27 18:58:31 UTC 2011


Tue Sep 27 18:58:09 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 7ab55dc17a1e1473958157a6591097af

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

Tue Sep 27 18:58:09 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 7ab55dc17a1e1473958157a6591097af
diff -rN -u old-haskell-dpkg//changelog new-haskell-dpkg//changelog
--- old-haskell-dpkg//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dpkg//changelog	2011-09-27 18:58:31.454336620 +0000
@@ -0,0 +1,5 @@
+haskell-dpkg (0.0.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Sep 2011 14:47:43 -0400
diff -rN -u old-haskell-dpkg//compat new-haskell-dpkg//compat
--- old-haskell-dpkg//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dpkg//compat	2011-09-27 18:58:31.454336620 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-dpkg//control new-haskell-dpkg//control
--- old-haskell-dpkg//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dpkg//control	2011-09-27 18:58:31.454336620 +0000
@@ -0,0 +1,62 @@
+Source: haskell-dpkg
+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-bindings-dsl-dev (>> 1.0.7)
+  , libghc-bindings-dsl-dev (<< 1.1)
+  , libghc-monad-loops-dev
+  , libghc-monad-loops-prof
+  , libdpkg-dev (>= 1.16.1)
+Build-Depends-Indep: ghc-doc
+  , libghc-monad-loops-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/dpkg
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dpkg
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dpkg
+
+Package: libghc-dpkg-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to libdpkg
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It binds to the volatile and unstable libdpkg API.
+
+Package: libghc-dpkg-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to libdpkg; profiling libs
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It binds to the volatile and unstable libdpkg API.
+
+Package: libghc-dpkg-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell bindings to libdpkg; 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 binds to the volatile and unstable libdpkg API.
diff -rN -u old-haskell-dpkg//copyright new-haskell-dpkg//copyright
--- old-haskell-dpkg//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dpkg//copyright	2011-09-27 18:58:31.454336620 +0000
@@ -0,0 +1,19 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+27 Sep 2011 18:47:43 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/dpkg
+
+Upstream Author:
+
+    Clint Adams <clint at debian.org>
+
+Copyright:
+
+    2011 Clint Adams
+
+License:
+
+GNU GPL v3 or later.
+
+See /usr/share/common-licenses/GPL-3 .
diff -rN -u old-haskell-dpkg//rules new-haskell-dpkg//rules
--- old-haskell-dpkg//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dpkg//rules	2011-09-27 18:58:31.454336620 +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-dpkg//source/format new-haskell-dpkg//source/format
--- old-haskell-dpkg//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dpkg//source/format	2011-09-27 18:58:31.474333932 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-dpkg//watch new-haskell-dpkg//watch
--- old-haskell-dpkg//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dpkg//watch	2011-09-27 18:58:31.474333932 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|dpkg-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/dpkg \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list