[Pkg-haskell-commits] darcs: haskell-setlocale: Initial revision

sven.bartscher at weltraumschlangen.de sven.bartscher at weltraumschlangen.de
Thu May 1 21:10:14 UTC 2014


Wed Apr 30 17:40:57 UTC 2014  sven.bartscher at weltraumschlangen.de
  * Initial revision

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

Wed Apr 30 17:40:57 UTC 2014  sven.bartscher at weltraumschlangen.de
  * Initial revision
diff -rN -u old-haskell-setlocale/changelog new-haskell-setlocale/changelog
--- old-haskell-setlocale/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setlocale/changelog	2014-05-01 21:10:13.999042859 +0000
@@ -0,0 +1,5 @@
+haskell-setlocale (0.0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #739538)
+
+ -- Sven Bartscher <sven.bartscher at weltraumschlangen.de>  Sun, 16 Feb 2014 17:52:16 +0100
diff -rN -u old-haskell-setlocale/compat new-haskell-setlocale/compat
--- old-haskell-setlocale/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setlocale/compat	2014-05-01 21:10:13.995042859 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-setlocale/control new-haskell-setlocale/control
--- old-haskell-setlocale/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setlocale/control	2014-05-01 21:10:13.995042859 +0000
@@ -0,0 +1,45 @@
+Source: haskell-setlocale
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Sven Bartscher <sven.bartscher at weltraumschlangen.de>,
+Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.19), cdbs, ghc,
+ ghc-prof
+Standards-Version: 3.9.5
+Section: haskell
+Homepage: http://hackage.haskell.org/package/setlocale
+
+Package: libghc-setlocale-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to setlocale()
+ This package allows one to call the setlocale() function from haskell.
+ See man 3 setlocale.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-setlocale-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to setlocale() - profiling libraries
+ This package provides the profiling libraries for libghc-setlocale.
+ See man 3 setlocale.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-setlocale-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell bindings to setlocale() - documentation
+ This package contains the documentation for libghc-setlocale.
+ See man 3 setlocale.
+ .
+ ${haskell:Blurb}
\ Kein Zeilenumbruch am Dateiende.
diff -rN -u old-haskell-setlocale/copyright new-haskell-setlocale/copyright
--- old-haskell-setlocale/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setlocale/copyright	2014-05-01 21:10:13.995042859 +0000
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: haskell-setlocale
+Source: hackage.haskell.org/package/setlocale 
+
+Files: *
+License: Public Domain
+ The author of this package, Lukas Mai, placed this package in the Public
+ Domain.
+
+Files: debian/*
+Copyright: 2014 Sven Bartscher <sven.bartscher at weltraumschlangen.de>
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
\ Kein Zeilenumbruch am Dateiende.
diff -rN -u old-haskell-setlocale/rules new-haskell-setlocale/rules
--- old-haskell-setlocale/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setlocale/rules	2014-05-01 21:10:13.999042859 +0000
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+#%:
+#	dh $@ 
diff -rN -u old-haskell-setlocale/source/format new-haskell-setlocale/source/format
--- old-haskell-setlocale/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setlocale/source/format	2014-05-01 21:10:13.999042859 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-setlocale/watch new-haskell-setlocale/watch
--- old-haskell-setlocale/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setlocale/watch	2014-05-01 21:10:13.999042859 +0000
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://hackage.haskell.org/package/setlocale .*/setlocale-(.*)\.tar\.gz
\ Kein Zeilenumbruch am Dateiende.




More information about the Pkg-haskell-commits mailing list