[Pkg-haskell-commits] darcs: hasktags: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Tue Sep 16 15:47:09 UTC 2014
Tue Sep 16 15:38:06 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
A ./changelog
A ./compat
A ./control
A ./copyright
A ./haskell-binaries
A ./rules
A ./source/
A ./source/format
A ./watch
Tue Sep 16 15:38:06 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
diff -rN -u old-hasktags/changelog new-hasktags/changelog
--- old-hasktags/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/changelog 2014-09-16 15:47:09.822781274 +0000
@@ -0,0 +1,5 @@
+hasktags (0.69.0-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org> Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-hasktags/compat new-hasktags/compat
--- old-hasktags/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/compat 2014-09-16 15:47:09.818781273 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-hasktags/control new-hasktags/control
--- old-hasktags/control 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/control 2014-09-16 15:47:09.822781274 +0000
@@ -0,0 +1,25 @@
+Source: hasktags
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-json-dev (>= 0.5)
+ , libghc-json-dev (<< 0.8)
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/hasktags
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hasktags
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hasktags
+
+Package: hasktags
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Description: Producer of ctags "tags" and etags "TAGS" files for Haskell programs
+ This package provides the hasktags program, which provides ctags "tags" and
+ etags "TAGS" files for Haskell programs.
diff -rN -u old-hasktags/copyright new-hasktags/copyright
--- old-hasktags/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/copyright 2014-09-16 15:47:09.818781273 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hasktags
+Upstream-Contact: Marc Weber <marco-oweber at gmx.de>
+Source: http://hackage.haskell.org/package/hasktags
+
+Files: *
+Copyright: 2002, The University Court of the University of Glasgow.
+License: hasktags license
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: hasktags license
+
+License: hasktags license
+ 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 name of the University nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
+ GLASGOW AND THE 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
+ UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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.
diff -rN -u old-hasktags/haskell-binaries new-hasktags/haskell-binaries
--- old-hasktags/haskell-binaries 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/haskell-binaries 2014-09-16 15:47:09.818781273 +0000
@@ -0,0 +1 @@
+hasktags
diff -rN -u old-hasktags/rules new-hasktags/rules
--- old-hasktags/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/rules 2014-09-16 15:47:09.818781273 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-hasktags/source/format new-hasktags/source/format
--- old-hasktags/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/source/format 2014-09-16 15:47:09.818781273 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-hasktags/watch new-hasktags/watch
--- old-hasktags/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-hasktags/watch 2014-09-16 15:47:09.818781273 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hasktags/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list