[Pkg-haskell-commits] darcs: haskell-hs-bibutils: Initial commit.

Giovanni Mascellani gio at debian.org
Sat Aug 13 17:57:56 UTC 2011


Sat Aug 13 17:51:32 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Initial commit.
  Ignore-this: de20af0b1755831a75700af9c5eb078f

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

Sat Aug 13 17:51:32 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Initial commit.
  Ignore-this: de20af0b1755831a75700af9c5eb078f
diff -rN -u old-haskell-hs-bibutils//changelog new-haskell-hs-bibutils//changelog
--- old-haskell-hs-bibutils//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hs-bibutils//changelog	2011-08-13 17:57:56.766059277 +0000
@@ -0,0 +1,5 @@
+haskell-hs-bibutils (4.12-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #635959)
+
+ -- Giovanni Mascellani <gio at debian.org>  Sat, 13 Aug 2011 19:41:59 +0200
diff -rN -u old-haskell-hs-bibutils//compat new-haskell-hs-bibutils//compat
--- old-haskell-hs-bibutils//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hs-bibutils//compat	2011-08-13 17:57:56.766059277 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-hs-bibutils//control new-haskell-hs-bibutils//control
--- old-haskell-hs-bibutils//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hs-bibutils//control	2011-08-13 17:57:56.766059277 +0000
@@ -0,0 +1,62 @@
+Source: haskell-hs-bibutils
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libbibutils-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/hs-bibutils
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hs-bibutils
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hs-bibutils
+
+Package: libghc-hs-bibutils-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to bibutils library
+ bibutils is a program by Chris Putnam to to converts between various
+ bibliography formats, using a common MODS-format XML intermediate. This
+ package offers Haskell bindings to the bibutils library.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hs-bibutils-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to bibutils library; profiling libraries
+ bibutils is a program by Chris Putnam to to converts between various
+ bibliography formats, using a common MODS-format XML intermediate. This
+ package offers Haskell bindings to the bibutils library.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hs-bibutils-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell bindings to bibutils library; documentation
+ bibutils is a program by Chris Putnam to to converts between various
+ bibliography formats, using a common MODS-format XML intermediate. This
+ package offers Haskell bindings to the bibutils library.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-hs-bibutils//copyright new-haskell-hs-bibutils//copyright
--- old-haskell-hs-bibutils//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hs-bibutils//copyright	2011-08-13 17:57:56.766059277 +0000
@@ -0,0 +1,16 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Haskell bindings to bibutils
+Maintainer: Andrea Rossato <andrea.rossato at unitn.it>
+Source: http://hackage.haskell.org/package/hs-bibutils
+
+Files: *
+Copyright: © 2008, Andrea Rossato <andrea.rossato at unitn.it>
+License: GPL
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: debian/*
+Copyright: © 2011, Giovanni Mascellani <gio at debian.org>
+License: GPL-3+
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff -rN -u old-haskell-hs-bibutils//rules new-haskell-hs-bibutils//rules
--- old-haskell-hs-bibutils//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hs-bibutils//rules	2011-08-13 17:57:56.770056885 +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-hs-bibutils//watch new-haskell-hs-bibutils//watch
--- old-haskell-hs-bibutils//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hs-bibutils//watch	2011-08-13 17:57:56.770056885 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hs-bibutils-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/hs-bibutils \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list