[Pkg-haskell-commits] darcs: haskell-debian: Initial packaging

Joachim Breitner mail at joachim-breitner.de
Sat May 1 19:49:54 UTC 2010


Sat May  1 19:16:55 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial packaging
  Ignore-this: 6d565d89c2547a2b36d654f3a77fd72c

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

Sat May  1 19:16:55 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial packaging
  Ignore-this: 6d565d89c2547a2b36d654f3a77fd72c
diff -rN -u old-haskell-debian/changelog new-haskell-debian/changelog
--- old-haskell-debian/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/changelog	2010-05-01 19:49:54.332496930 +0000
@@ -0,0 +1,5 @@
+haskell-debian (3.40-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-debian/compat new-haskell-debian/compat
--- old-haskell-debian/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/compat	2010-05-01 19:49:54.332496930 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-debian/control new-haskell-debian/control
--- old-haskell-debian/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/control	2010-05-01 19:49:54.332496930 +0000
@@ -0,0 +1,99 @@
+Source: haskell-debian
+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.7)
+  , ghc6
+  , ghc6-prof
+  , libghc6-bar-dev
+  , libghc6-bar-prof
+Build-Depends-Indep: ghc6-doc
+  , libghc6-bar-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/debian
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-debian
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-debian
+
+Package: libghc6-debian-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Modules for working with the Debian package system
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library includes modules covering almost every aspect of the Debian
+ packaging system, including low level data types such as version numbers
+ and dependency relations, on up to the types necessary for computing and
+ installing build dependencies, building source and binary packages,
+ and inserting them into a repository.
+
+Package: libghc6-debian-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Modules for working with the Debian package system
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library includes modules covering almost every aspect of the Debian
+ packaging system, including low level data types such as version numbers
+ and dependency relations, on up to the types necessary for computing and
+ installing build dependencies, building source and binary packages,
+ and inserting them into a repository.
+
+Package: libghc6-debian-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Modules for working with the Debian package system
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library includes modules covering almost every aspect of the Debian
+ packaging system, including low level data types such as version numbers
+ and dependency relations, on up to the types necessary for computing and
+ installing build dependencies, building source and binary packages,
+ and inserting them into a repository.
+
+Package: haskell-debian-utils
+Section: devel
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Various helpers to work with Debian packages
+ This package contains tools shipped with the Haskell library “debian”:
+ .
+   * fakechanges:
+     Sometimes you have the .debs, .dsc, .tar.gz, .diff.gz, etc from a package
+     build, but not the .changes file. This package lets you create a fake
+     .changes file in case you need one.
+ .
+   * debian-report:
+     Analyze Debian repositories and generate reports about their contents and
+     relations. For example, a list of all packages in a distribution that are
+     trumped by another distribution.
+ .
+   * cabal-debian:
+     Tool for creating debianizations of Haskell packages based on the .cabal
+     file.
+ .
+   * apt-get-build-depends:
+     Tool which will parse the Build-Depends{-Indep} lines from debian/control
+     and apt-get install the required packages
+
diff -rN -u old-haskell-debian/copyright new-haskell-debian/copyright
--- old-haskell-debian/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/copyright	2010-05-01 19:49:54.332496930 +0000
@@ -0,0 +1,39 @@
+This package was debianized by David Fox
+<dsf at seereason.com> on September 18, 2007.
+
+The packageing was adjusted to Debian conventions by Joachim Breitner
+<nomeata at debian.org> on Sat, 01 May 2010 21:16:18 +0200.
+
+
+Copyright (c) 2007, David Fox
+Copyright (c) 2007, Jeremy Shaw
+
+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.
+
+    * The names of 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 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-debian/rules new-haskell-debian/rules
--- old-haskell-debian/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/rules	2010-05-01 19:49:54.332496930 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_DEPENDENCIES = build-arch
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-debian/source/format new-haskell-debian/source/format
--- old-haskell-debian/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/source/format	2010-05-01 19:49:54.328496718 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-debian/watch new-haskell-debian/watch
--- old-haskell-debian/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-debian/watch	2010-05-01 19:49:54.328496718 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|debian-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/debian \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list