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

Iustin Pop iustin at debian.org
Thu Apr 5 20:51:32 UTC 2012


Thu Apr  5 20:50:26 UTC 2012  Iustin Pop <iustin at debian.org>
  * Initial Check-In
  Ignore-this: c5ebe7a1d747a74368058c04073d619f

    A ./README.Debian
    A ./README.source
    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc-ekg-data.dirs
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Thu Apr  5 20:50:26 UTC 2012  Iustin Pop <iustin at debian.org>
  * Initial Check-In
  Ignore-this: c5ebe7a1d747a74368058c04073d619f
diff -rN -u old-haskell-ekg//changelog new-haskell-ekg//changelog
--- old-haskell-ekg//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//changelog	2012-04-05 20:51:31.554249842 +0000
@@ -0,0 +1,5 @@
+haskell-ekg (0.3.0.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #665911)
+
+ -- Iustin Pop <iustin at debian.org>  Thu, 05 Apr 2012 00:45:38 +0200
diff -rN -u old-haskell-ekg//compat new-haskell-ekg//compat
--- old-haskell-ekg//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//compat	2012-04-05 20:51:31.578249602 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-ekg//control new-haskell-ekg//control
--- old-haskell-ekg//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//control	2012-04-05 20:51:31.578249602 +0000
@@ -0,0 +1,89 @@
+Source: haskell-ekg
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Iustin Pop <iustin at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-aeson-dev (<< 0.7)
+  , libghc-aeson-prof
+  , libghc-snap-core-dev (<< 0.9)
+  , libghc-snap-core-prof
+  , libghc-snap-server-dev (<< 0.9)
+  , libghc-snap-server-prof
+  , libghc-text-dev (<< 0.12)
+  , libghc-text-prof
+  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-prof
+  , libghc-unordered-containers-dev (<< 0.3)
+  , libghc-unordered-containers-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/ekg
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ekg
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ekg
+
+Package: libghc-ekg-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libghc-ekg-data (= ${source:Version})
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: remote monitoring of Haskell processes over HTTP - libraries
+ The ekg library lets you remotely monitor a running (Haskell) process
+ over HTTP. It provides a simple way to integrate a monitoring server
+ into any application.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-ekg-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: remote monitoring of Haskell processes over HTTP - profiling libraries
+ The ekg library lets you remotely monitor a running (Haskell) process
+ over HTTP. It provides a simple way to integrate a monitoring server
+ into any application.
+ .
+ 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-ekg-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: remote monitoring of Haskell processes over HTTP - documentation
+ The ekg library lets you remotely monitor a running (Haskell) process
+ over HTTP. It provides a simple way to integrate a monitoring server
+ into any application.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language. See http://www.haskell.org/ for more
+ information on Haskell.
+
+Package: libghc-ekg-data
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: remote monitoring of Haskell processes over HTTP - common files
+ The ekg library lets you remotely monitor a running (Haskell) process
+ over HTTP. It provides a simple way to integrate a monitoring server
+ into any application.
+ .
+ This package provides the data files needed to use the ekg library
+ for the Haskell programming language. See http://www.haskell.org/ for
+ more information on Haskell.
diff -rN -u old-haskell-ekg//copyright new-haskell-ekg//copyright
--- old-haskell-ekg//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//copyright	2012-04-05 20:51:31.578249602 +0000
@@ -0,0 +1,134 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ekg
+Upstream-Contact: Johan Tibell <johan.tibell at gmail.com>
+Source: http://hackage.haskell.org/package/ekg
+
+Files: *
+Copyright: 2011 Johan Tibell <johan.tibell at gmail.com>
+License: BSD-3-clause
+
+Files: assets/bootstrap-1.4.0.min.css
+Copyright: 2012 Twitter, Inc.
+License: Apache-2.0
+
+Files: assets/jquery.flot.min.js
+Copyright: (c) 2007, IOLA
+License: MIT
+
+Files: assets/jquery-1.6.4.min.js
+Copyright: (c) 2012 jQuery Foundation
+License: GPL-2 or MIT
+
+Files: assets/assets/chart_line_add.png assets/cross.png
+Copyright: Fat Cow <http://www.fatcow.com/free-icons>
+License: CC-BY-3.0
+
+Files: debian/*
+Copyright: 2012 Iustin Pop <iustin at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 Johan Tibell 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.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License, Version 2.0
+ can be found in the file `/usr/share/common-licenses/Apache-2.0'.
+
+License: GPL-2
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+License: CC-BY-3.0
+ Creative Commons Attribution 3.0 License
+ .
+ See http://creativecommons.org/licenses/by/3.0/
+ .
+ You are free:
+ .
+    * to Share — to copy, distribute and transmit the work
+    * to Remix — to adapt the work
+    * to make commercial use of the work
+ .
+ Under the following conditions:
+ .
+    * Attribution — You must attribute the work in the manner
+      specified by the author or licensor (but not in any way that
+      suggests that they endorse you or your use of the work)
diff -rN -u old-haskell-ekg//libghc-ekg-data.dirs new-haskell-ekg//libghc-ekg-data.dirs
--- old-haskell-ekg//libghc-ekg-data.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//libghc-ekg-data.dirs	2012-04-05 20:51:31.582249335 +0000
@@ -0,0 +1 @@
+usr/share
diff -rN -u old-haskell-ekg//README.Debian new-haskell-ekg//README.Debian
--- old-haskell-ekg//README.Debian	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//README.Debian	2012-04-05 20:51:31.542250911 +0000
@@ -0,0 +1,5 @@
+Note that any packages that are use the ekg library need to depend (at
+runtime, not build-time) on libghc-ekg-data, for the files served over
+http (html/css/js/icons).
+
+ -- Iustin Pop <iustin at debian.org>, Thu,  5 Apr 2012 22:23:06 +0200
diff -rN -u old-haskell-ekg//README.source new-haskell-ekg//README.source
--- old-haskell-ekg//README.source	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//README.source	2012-04-05 20:51:31.542250911 +0000
@@ -0,0 +1,19 @@
+There are a few notes about the upstream source.
+
+First, it includes some third-party libraries in assets/:
+
+- jquery 1.6.4
+- jquery flot
+- bootstrap 1.4.0
+
+bootstrap 1.4.0 is not the version that is present in Debian (and is
+incompatible with that), so we have to use the embedded copy. I still
+have to determine whether we can replace the jquery libs with the ones
+shipped in Debian.
+
+Furthermore, there are (also in assets/) two icons that are from a
+third-party and licensed under CC-BY-3.0 (the license for these is not
+shipped in the upstream tarball, but you can see it at
+https://github.com/tibbe/ekg/blob/HEAD/LICENSE.icons).
+
+ -- Iustin Pop <iustin at debian.org>, Thu,  5 Apr 2012 22:21:48 +0200
diff -rN -u old-haskell-ekg//rules new-haskell-ekg//rules
--- old-haskell-ekg//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//rules	2012-04-05 20:51:31.582249335 +0000
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+DEB_GHC_EXTRA_PACKAGES := libghc-ekg-data (>= $(CABAL_VERSION))
+
+install/libghc-ekg-data:: debian/tmp-inst-ghc
+	mv debian/tmp-inst-ghc/usr/share/ekg-$(CABAL_VERSION) \
+	   debian/libghc-ekg-data/usr/share
diff -rN -u old-haskell-ekg//source/format new-haskell-ekg//source/format
--- old-haskell-ekg//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//source/format	2012-04-05 20:51:31.582249335 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ekg//watch new-haskell-ekg//watch
--- old-haskell-ekg//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg//watch	2012-04-05 20:51:31.582249335 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|ekg-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/ekg \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list