[Pkg-haskell-commits] darcs: haskell-scrobble: Initial Check-In
Clint Adams
clint at debian.org
Fri Sep 20 01:04:10 UTC 2013
Fri Sep 20 01:03:49 UTC 2013 Clint Adams <clint at debian.org>
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./libghc-scrobble-dev.dirs
A ./rules
A ./source/
A ./source/format
A ./watch
Fri Sep 20 01:03:49 UTC 2013 Clint Adams <clint at debian.org>
* Initial Check-In
diff -rN -u old-haskell-scrobble/changelog new-haskell-scrobble/changelog
--- old-haskell-scrobble/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/changelog 2013-09-20 01:04:10.107040305 +0000
@@ -0,0 +1,5 @@
+haskell-scrobble (0.2.1.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Thu, 19 Sep 2013 20:53:41 -0400
diff -rN -u old-haskell-scrobble/compat new-haskell-scrobble/compat
--- old-haskell-scrobble/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/compat 2013-09-20 01:04:10.107040305 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-scrobble/control new-haskell-scrobble/control
--- old-haskell-scrobble/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/control 2013-09-20 01:04:10.111040627 +0000
@@ -0,0 +1,69 @@
+Source: haskell-scrobble
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-curl-dev
+ , libghc-curl-prof
+ , libghc-missingh-dev
+ , libghc-missingh-prof
+ , libghc-network-dev
+ , libghc-network-prof
+ , libghc-puremd5-dev
+ , libghc-puremd5-prof
+ , libghc-url-dev
+ , libghc-url-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-curl-doc
+ , libghc-missingh-doc
+ , libghc-network-doc
+ , libghc-puremd5-doc
+ , libghc-url-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/scrobble
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-scrobble
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-scrobble
+X-Description: Short description of scrobble
+ Client- and server-side support for the Audioscrobbler
+ Realtime Submission protocol.
+
+Package: libghc-scrobble-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-scrobble-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-scrobble-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-scrobble/copyright new-haskell-scrobble/copyright
--- old-haskell-scrobble/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/copyright 2013-09-20 01:04:10.111040627 +0000
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: scrobble
+Upstream-Contact: Jack Upstream Developer <upstream at example.com>
+Source: http://hackage.haskell.org/package/scrobble
+
+Files: *
+Copyright: 1970 Jack Upstream Developer
+License: scrobble license
+
+Files: debian/*
+Copyright: 1970 Joe Debian maintainer
+License: scrobble license
+
+License: scrobble license
+ This is the text of the scrobble license.
diff -rN -u old-haskell-scrobble/libghc-scrobble-dev.dirs new-haskell-scrobble/libghc-scrobble-dev.dirs
--- old-haskell-scrobble/libghc-scrobble-dev.dirs 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/libghc-scrobble-dev.dirs 2013-09-20 01:04:10.111040627 +0000
@@ -0,0 +1 @@
+usr/bin
diff -rN -u old-haskell-scrobble/rules new-haskell-scrobble/rules
--- old-haskell-scrobble/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/rules 2013-09-20 01:04:10.111040627 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+install/libghc-scrobble-dev:: debian/tmp-inst-ghc
+ cp -av debian/tmp-inst-ghc/usr/bin/* debian/libghc-scrobble-dev/usr/bin
diff -rN -u old-haskell-scrobble/source/format new-haskell-scrobble/source/format
--- old-haskell-scrobble/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/source/format 2013-09-20 01:04:10.115039729 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-scrobble/watch new-haskell-scrobble/watch
--- old-haskell-scrobble/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scrobble/watch 2013-09-20 01:04:10.115039729 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|scrobble-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/scrobble \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list