[Pkg-haskell-commits] darcs: haskell-bmp: Intial check-in

Joachim Breitner mail at joachim-breitner.de
Fri May 17 18:29:54 UTC 2013


Fri May 17 18:29:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Intial check-in
  Ignore-this: a74e53ace8d8ddf500663b99f7fbe1d6

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

Fri May 17 18:29:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Intial check-in
  Ignore-this: a74e53ace8d8ddf500663b99f7fbe1d6
diff -rN -u old-haskell-bmp//changelog new-haskell-bmp//changelog
--- old-haskell-bmp//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bmp//changelog	2013-05-17 18:29:54.631364849 +0000
@@ -0,0 +1,5 @@
+haskell-bmp (1.2.3.4-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-bmp//compat new-haskell-bmp//compat
--- old-haskell-bmp//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bmp//compat	2013-05-17 18:29:54.631364849 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-bmp//control new-haskell-bmp//control
--- old-haskell-bmp//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bmp//control	2013-05-17 18:29:54.635251446 +0000
@@ -0,0 +1,58 @@
+Source: haskell-bmp
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/bmp
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bmp
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bmp
+
+Package: libghc-bmp-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Read and write BMP image files
+ This is a pure Haskell implementation of the BMP image file format, supporting
+ both reading and writing.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-bmp-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Read and write BMP image files; profiling libraries
+ This is a pure Haskell implementation of the BMP image file format, supporting
+ both reading and writing.
+ .
+ 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-bmp-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Read and write BMP image files; documentation
+ This is a pure Haskell implementation of the BMP image file format, supporting
+ both reading and writing.
+ .
+ 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-bmp//copyright new-haskell-bmp//copyright
--- old-haskell-bmp//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bmp//copyright	2013-05-17 18:29:54.635251446 +0000
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bmp
+Upstream-Contact: Ben Lippmeier <benl at ouroborus.net>
+Source: http://hackage.haskell.org/package/bmp
+
+Files: *
+Copyright: 2010 Benjamin Lippmeier
+License: MIT/X11
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: MIT/X11
+
+License: MIT/X11
+ 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
+ condition:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
diff -rN -u old-haskell-bmp//rules new-haskell-bmp//rules
--- old-haskell-bmp//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bmp//rules	2013-05-17 18:29:54.635251446 +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-bmp//source/format new-haskell-bmp//source/format
--- old-haskell-bmp//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bmp//source/format	2013-05-17 18:29:54.635251446 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-bmp//watch new-haskell-bmp//watch
--- old-haskell-bmp//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bmp//watch	2013-05-17 18:29:54.635251446 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|bmp-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/bmp \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list