[Pkg-haskell-commits] darcs: haskell-github: debianization

Joey Hess joey at kitenet.net
Fri Jan 4 14:49:49 UTC 2013


Tue Mar 13 22:49:29 UTC 2012  Joey Hess <joey at kitenet.net>
  * debianization
  Ignore-this: afedf748ab00926bb497c246ee645705

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

Tue Mar 13 22:49:29 UTC 2012  Joey Hess <joey at kitenet.net>
  * debianization
  Ignore-this: afedf748ab00926bb497c246ee645705
diff -rN -u old-haskell-github//changelog new-haskell-github//changelog
--- old-haskell-github//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//changelog	2013-01-04 14:49:49.482225550 +0000
@@ -0,0 +1,5 @@
+haskell-github (0.2.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 13 Mar 2012 18:39:58 -0400
diff -rN -u old-haskell-github//compat new-haskell-github//compat
--- old-haskell-github//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//compat	2013-01-04 14:49:49.402229902 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-github//control new-haskell-github//control
--- old-haskell-github//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//control	2013-01-04 14:49:49.498234303 +0000
@@ -0,0 +1,93 @@
+Source: haskell-github
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: John Maintainer <maintainer at example.com>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-aeson-dev (>= 0.6.0.0)
+  , libghc-aeson-prof
+  , libghc-attoparsec-dev (>= 0.10.1.0)
+  , libghc-attoparsec-prof
+  , libghc-text-dev
+  , libghc-text-prof
+  , libghc-http-dev
+  , libghc-http-prof
+  , libghc-network-dev
+  , libghc-network-prof
+  , libghc-http-conduit-dev
+  , libghc-http-conduit-prof
+  , libghc-uri-dev
+  , libghc-uri-prof
+  , libghc-failure-dev
+  , libghc-failure-prof
+  , libghc-http-types-dev
+  , libghc-http-types-prof
+  , libghc-vector-dev
+  , libghc-vector-prof
+  , libghc-unordered-containers-dev
+  , libghc-unordered-containers-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-aeson-doc
+  , libghc-attoparsec-doc
+  , libghc-text-doc
+  , libghc-http-doc
+  , libghc-network-doc
+  , libghc-http-conduit-doc
+  , libghc-uri-doc
+  , libghc-failure-doc
+  , libghc-http-types-doc
+  , libghc-vector-doc
+  , libghc-unordered-containers-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/github
+Vcs-Git: http://anonscm.debian.org/git/pkg-haskell/haskell-github.git/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-haskell/haskell-github.git;a=summary
+
+Package: libghc-github-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell Github API - GHC libraries
+ The Github API provides programmatic access to the full Github Web site,
+ from Issues to Gists to repos down to the underlying git data like
+ references and trees. This library wraps all of that, exposing a basic
+ but Haskell-friendly set of functions and data structures.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-github-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell Github API - GHC profiling libraries
+ The Github API provides programmatic access to the full Github Web site,
+ from Issues to Gists to repos down to the underlying git data like
+ references and trees. This library wraps all of that, exposing a basic
+ but Haskell-friendly set of functions and data structures.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-github-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell Github API - documentation
+ The Github API provides programmatic access to the full Github Web site,
+ from Issues to Gists to repos down to the underlying git data like
+ references and trees. This library wraps all of that, exposing a basic
+ but Haskell-friendly set of functions and data structures.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-github//copyright new-haskell-github//copyright
--- old-haskell-github//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//copyright	2013-01-04 14:49:49.406231176 +0000
@@ -0,0 +1,42 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: github
+Upstream-Contact: Mike Burns <mike at mike-burns.com>
+Source: http://hackage.haskell.org/package/github
+
+Copyright: 2011,2012 Mike Burns
+License: BSD
+ 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.
+ .
+    * Neither the name of Mike Burns nor the names of other
+      contributors may 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.
+
+Files: debian/*
+Copyright: © 2012 Joey Hess <joeyh at debian.org>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux 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-github//docs new-haskell-github//docs
--- old-haskell-github//docs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//docs	2013-01-04 14:49:49.406231176 +0000
@@ -0,0 +1 @@
+README.md
diff -rN -u old-haskell-github//rules new-haskell-github//rules
--- old-haskell-github//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//rules	2013-01-04 14:49:49.406231176 +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-github//source/format new-haskell-github//source/format
--- old-haskell-github//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//source/format	2013-01-04 14:49:49.406231176 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-github//watch new-haskell-github//watch
--- old-haskell-github//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//watch	2013-01-04 14:49:49.410223484 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|github-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/github \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list