[Pkg-haskell-commits] darcs: gtk-traymanager: Initial

Louis Bettens louis at bettens.info
Wed Jul 17 16:56:14 UTC 2013


Wed Jul 17 16:31:23 UTC 2013  Louis Bettens <louis at bettens.info>
  * Initial

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

Wed Jul 17 16:31:23 UTC 2013  Louis Bettens <louis at bettens.info>
  * Initial
diff -rN -u old-gtk-traymanager/changelog new-gtk-traymanager/changelog
--- old-gtk-traymanager/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk-traymanager/changelog	2013-07-17 16:56:14.282334055 +0000
@@ -0,0 +1,5 @@
+haskell-gtk-traymanager (0.1.3-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Louis Bettens <louis at bettens.info>  Wed, 17 Jul 2013 09:52:46 +0200
diff -rN -u old-gtk-traymanager/compat new-gtk-traymanager/compat
--- old-gtk-traymanager/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk-traymanager/compat	2013-07-17 16:56:14.290356733 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-gtk-traymanager/control new-gtk-traymanager/control
--- old-gtk-traymanager/control	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk-traymanager/control	2013-07-17 16:56:14.326040567 +0000
@@ -0,0 +1,66 @@
+Source: haskell-gtk-traymanager
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Louis Bettens <louis at bettens.info>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+# Make sure all dependencies listed in the cabal file are represented here,
+# including their version bounds. It is sufficient to add the bounds to the
+# -dev package only.
+  , libghc-gtk-dev (>= 0.12.1)
+  , libghc-gtk-dev (<< 0.13)
+  , libghc-gtk-prof
+  , libghc-glib-dev (>= 0.12.1)
+  , libghc-glib-dev (<< 0.13)
+  , libghc-glib-prof
+  , libx11-dev
+  , libgtk2.0-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-gtk-doc
+  , libghc-glib-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/gtk-traymanager
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtk-traymanager
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtk-traymanager
+
+
+Package: libghc-gtk-traymanager-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libfoo-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gtk-traymanager-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-gtk-traymanager-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-gtk-traymanager/copyright new-gtk-traymanager/copyright
--- old-gtk-traymanager/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk-traymanager/copyright	2013-07-17 16:56:14.294238718 +0000
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gtk-traymanager
+Upstream-Contact: Tristan Ravitch <travitch at cs.wisc.edu>
+Source: http://hackage.haskell.org/package/gtk-traymanager
+
+Files: *
+Copyright: 2012 Tristan Ravitch
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: debian/*
+Copyright: 2013 Louis Bettens
+License: permissive
+
+License: permissive
+ Copying and distribution of this package, with or without
+ modification, are permitted in any medium without royalty
+ provided the copyright notice and this notice are
+ preserved.
diff -rN -u old-gtk-traymanager/rules new-gtk-traymanager/rules
--- old-gtk-traymanager/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk-traymanager/rules	2013-07-17 16:56:14.294238718 +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-gtk-traymanager/source/format new-gtk-traymanager/source/format
--- old-gtk-traymanager/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk-traymanager/source/format	2013-07-17 16:56:14.294238718 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-gtk-traymanager/watch new-gtk-traymanager/watch
--- old-gtk-traymanager/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk-traymanager/watch	2013-07-17 16:56:14.298269858 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gtk-traymanager-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/gtk-traymanager \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list