[Pkg-haskell-commits] darcs: haskell-executable-path: Initial Check-In

clint at debian.org clint at debian.org
Wed Nov 30 03:59:14 UTC 2011


Wed Nov 30 03:58:56 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 1e7d53e62193c686f801e674888b85a7

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

Wed Nov 30 03:58:56 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 1e7d53e62193c686f801e674888b85a7
diff -rN -u old-haskell-executable-path//changelog new-haskell-executable-path//changelog
--- old-haskell-executable-path//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-executable-path//changelog	2011-11-30 03:59:14.819173980 +0000
@@ -0,0 +1,5 @@
+haskell-executable-path (0.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 29 Nov 2011 22:41:40 -0500
diff -rN -u old-haskell-executable-path//compat new-haskell-executable-path//compat
--- old-haskell-executable-path//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-executable-path//compat	2011-11-30 03:59:14.819173980 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-executable-path//control new-haskell-executable-path//control
--- old-haskell-executable-path//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-executable-path//control	2011-11-30 03:59:14.819173980 +0000
@@ -0,0 +1,58 @@
+Source: haskell-executable-path
+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 (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/executable-path
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-executable-path
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-executable-path
+
+Package: libghc-executable-path-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: determine full path of executable
+ This library portably determines the full path to the program
+ being run.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-executable-path-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: determine full path of executable; profiling libraries
+ This library portably determines the full path to the program
+ being run.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-executable-path-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: determine full path of executable; documentation
+ This library portably determines the full path to the program
+ being run.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-executable-path//copyright new-haskell-executable-path//copyright
--- old-haskell-executable-path//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-executable-path//copyright	2011-11-30 03:59:14.819173980 +0000
@@ -0,0 +1,39 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: executable-path
+Upstream-Contact: Balazs Komuves <bkomuves at gmail.com>
+Source: http://hackage.haskell.org/package/executable-path
+
+Copyright: Balazs Komuves
+License: public domain
+ http://creativecommons.org/licenses/publicdomain/
+ -------------------------------------------------
+ 
+ Copyright-Only Dedication (based on United States law) or
+ Public Domain Certification
+ 
+ The person or persons who have associated work with this document (the
+ "Dedicator" or "Certifier") hereby either (a) certifies that, to the best of
+ his knowledge, the work of authorship identified is in the public domain
+ of the country from which the work is published, or (b) hereby dedicates
+ whatever copyright the dedicators holds in the work of authorship identified
+ below (the "Work") to the public domain. A certifier, moreover, dedicates any
+ copyright interest he may have in the associated work, and for these purposes,
+ is described as a "dedicator" below.
+ 
+ A certifier has taken reasonable steps to verify the copyright status of this
+ work. Certifier recognizes that his good faith efforts may not shield him
+ from liability if in fact the work certified is not in the public domain.
+ 
+ Dedicator makes this dedication for the benefit of the public at large and
+ to the detriment of the Dedicator's heirs and successors. Dedicator intends
+ this dedication to be an overt act of relinquishment in perpetuity of all
+ present and future rights under copyright law, whether vested or contingent,
+ in the Work. Dedicator understands that such relinquishment of all rights
+ includes the relinquishment of all rights to enforce (by lawsuit or otherwise)
+ those copyrights in the Work.
+ 
+ Dedicator recognizes that, once placed in the public domain, the Work may
+ be freely reproduced, distributed, transmitted, used, modified, built upon,
+ or otherwise exploited by anyone for any purpose, commercial or non-commercial,
+ and in any way, including by methods that have not yet been invented or
+ conceived.
diff -rN -u old-haskell-executable-path//rules new-haskell-executable-path//rules
--- old-haskell-executable-path//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-executable-path//rules	2011-11-30 03:59:14.819173980 +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-executable-path//source/format new-haskell-executable-path//source/format
--- old-haskell-executable-path//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-executable-path//source/format	2011-11-30 03:59:14.823173094 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-executable-path//watch new-haskell-executable-path//watch
--- old-haskell-executable-path//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-executable-path//watch	2011-11-30 03:59:14.823173094 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|executable-path-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/executable-path \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list