[Pkg-haskell-commits] darcs: haskell-charsetdetect-ae: Initial Check-In

Christopher Reichert creichert07 at gmail.com
Mon Dec 22 03:20:13 UTC 2014


Mon Dec 22 03:18:23 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In

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

Mon Dec 22 03:18:23 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In
diff -rN -u old-haskell-charsetdetect-ae/changelog new-haskell-charsetdetect-ae/changelog
--- old-haskell-charsetdetect-ae/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-charsetdetect-ae/changelog	2014-12-22 03:20:13.647920191 +0000
@@ -0,0 +1,5 @@
+haskell-charsetdetect-ae (1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07 at gmail.com>  Sun, 21 Dec 2014 20:51:31 -0600
diff -rN -u old-haskell-charsetdetect-ae/compat new-haskell-charsetdetect-ae/compat
--- old-haskell-charsetdetect-ae/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-charsetdetect-ae/compat	2014-12-22 03:20:13.647920191 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-charsetdetect-ae/control new-haskell-charsetdetect-ae/control
--- old-haskell-charsetdetect-ae/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-charsetdetect-ae/control	2014-12-22 03:20:13.647920191 +0000
@@ -0,0 +1,65 @@
+Source: haskell-charsetdetect-ae
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libstdc++-dev,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/charsetdetect-ae
+X-Description: Character set detection using Mozilla's Universal Character Set Detector
+ Mozilla have developed a robust and efficient character set detection
+ algorithm for use in their web browsers.  The algorithm is able to
+ detect all of the most frequently encountered character encodings
+ totally automatically.
+ .
+ This library wraps up their library and exposes a very simple Haskell
+ interface to it.  The library is portable, and is confirmed to work
+ on both Unix and Windows.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-charsetdetect-ae
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-charsetdetect-ae
+
+Package: libghc-charsetdetect-ae-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-charsetdetect-ae-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-charsetdetect-ae-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
diff -rN -u old-haskell-charsetdetect-ae/copyright new-haskell-charsetdetect-ae/copyright
--- old-haskell-charsetdetect-ae/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-charsetdetect-ae/copyright	2014-12-22 03:20:13.647920191 +0000
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: charsetdetect-ae
+Upstream-Contact: Artyom <yom at artyom.me>
+
+Files: *
+Copyright: Copyright (C) 2010  Maximilian Bolingbroke
+License: LGPL
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL
+
+License: LGPL
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
diff -rN -u old-haskell-charsetdetect-ae/rules new-haskell-charsetdetect-ae/rules
--- old-haskell-charsetdetect-ae/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-charsetdetect-ae/rules	2014-12-22 03:20:13.651920190 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = charsetdetect-ae
+#DEB_DEFAULT_COMPILER = ghc
+#DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-charsetdetect-ae/source/format new-haskell-charsetdetect-ae/source/format
--- old-haskell-charsetdetect-ae/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-charsetdetect-ae/source/format	2014-12-22 03:20:13.651920190 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-charsetdetect-ae/watch new-haskell-charsetdetect-ae/watch
--- old-haskell-charsetdetect-ae/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-charsetdetect-ae/watch	2014-12-22 03:20:13.651920190 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/charsetdetect-ae/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list