[Pkg-haskell-commits] darcs: haskell-hostname: Initial Check-In

kiwamu at debian.or.jp kiwamu at debian.or.jp
Wed Nov 2 05:32:29 UTC 2011


Wed Nov  2 05:30:49 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: 8ddfc2c02aafcac2a0ec2502d42a263b

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

Wed Nov  2 05:30:49 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: 8ddfc2c02aafcac2a0ec2502d42a263b
diff -rN -u old-haskell-hostname//changelog new-haskell-hostname//changelog
--- old-haskell-hostname//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hostname//changelog	2011-11-02 05:32:29.262249849 +0000
@@ -0,0 +1,14 @@
+haskell-hostname (1.0-2) UNRELEASED; urgency=low
+
+  * repo is moved to darcs.
+  * change Vcs-* lines on debian/control.
+  * ITP (Closes: #644377)
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Wed, 12 Oct 2011 22:57:47 +0900
+
+haskell-hostname (1.0-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Wed, 05 Oct 2011 11:04:19 +0900
+
diff -rN -u old-haskell-hostname//compat new-haskell-hostname//compat
--- old-haskell-hostname//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hostname//compat	2011-11-02 05:32:29.262249849 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-hostname//control new-haskell-hostname//control
--- old-haskell-hostname//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hostname//control	2011-11-02 05:32:29.262249849 +0000
@@ -0,0 +1,55 @@
+Source: haskell-hostname
+Priority: extra
+Section: haskell
+Maintainer: Kiwamu Okabe <kiwamu at debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+               haskell-devscripts (>= 0.8),
+               cdbs,
+               ghc,
+               ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/hostname
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hostname
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hostname
+DM-Upload-Allowed: yes
+
+Package: libghc-hostname-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: providing a cross-platform means of determining the hostname
+ A very simple package providing a cross-platform means of determining
+ the hostname
+ .
+ This package contains the normal library files.
+
+Package: libghc-hostname-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: providing a cross-platform means of determining the hostname; profiling lib
+ A very simple package providing a cross-platform means of determining
+ the hostname
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-hostname-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: providing a cross-platform means of determining the hostname; documentation
+ A very simple package providing a cross-platform means of determining
+ the hostname
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-hostname//copyright new-haskell-hostname//copyright
--- old-haskell-hostname//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hostname//copyright	2011-11-02 05:32:29.262249849 +0000
@@ -0,0 +1,22 @@
+Copyright (c) 2008, Maximilian Bolingbroke
+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 Maximilian Bolingbroke 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.
\ No newline at end of file
diff -rN -u old-haskell-hostname//rules new-haskell-hostname//rules
--- old-haskell-hostname//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hostname//rules	2011-11-02 05:32:29.267676184 +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
+
+# How to install an extra file into the documentation package
+#binary-fixup/libghc-hostname-doc::
+#	echo "Some informative text" > debian/libghc-hostname-doc/usr/share/doc/libghc-hostname-doc/AnExtraDocFile
diff -rN -u old-haskell-hostname//source/format new-haskell-hostname//source/format
--- old-haskell-hostname//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hostname//source/format	2011-11-02 05:32:29.267676184 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hostname//watch new-haskell-hostname//watch
--- old-haskell-hostname//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hostname//watch	2011-11-02 05:32:29.267676184 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hostname-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/hostname \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list