From 13292589f24a429bfc5b327e79030a15c71f2064 Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Wed, 17 Jul 2013 20:31:23 +0400 Subject: haskell-gtk-traymanager: Initial --- p/haskell-gtk-traymanager/debian/changelog | 5 ++ p/haskell-gtk-traymanager/debian/compat | 1 + p/haskell-gtk-traymanager/debian/control | 66 ++++++++++++++++++++++++++ p/haskell-gtk-traymanager/debian/copyright | 37 +++++++++++++++ p/haskell-gtk-traymanager/debian/rules | 4 ++ p/haskell-gtk-traymanager/debian/source/format | 1 + p/haskell-gtk-traymanager/debian/watch | 5 ++ 7 files changed, 119 insertions(+) create mode 100644 p/haskell-gtk-traymanager/debian/changelog create mode 100644 p/haskell-gtk-traymanager/debian/compat create mode 100644 p/haskell-gtk-traymanager/debian/control create mode 100644 p/haskell-gtk-traymanager/debian/copyright create mode 100755 p/haskell-gtk-traymanager/debian/rules create mode 100644 p/haskell-gtk-traymanager/debian/source/format create mode 100644 p/haskell-gtk-traymanager/debian/watch (limited to 'p/haskell-gtk-traymanager') diff --git a/p/haskell-gtk-traymanager/debian/changelog b/p/haskell-gtk-traymanager/debian/changelog new file mode 100644 index 000000000..cdd4f4e5e --- /dev/null +++ b/p/haskell-gtk-traymanager/debian/changelog @@ -0,0 +1,5 @@ +haskell-gtk-traymanager (0.1.3-1) UNRELEASED; urgency=low + + * Initial release. + + -- Louis Bettens Wed, 17 Jul 2013 09:52:46 +0200 diff --git a/p/haskell-gtk-traymanager/debian/compat b/p/haskell-gtk-traymanager/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-gtk-traymanager/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-gtk-traymanager/debian/control b/p/haskell-gtk-traymanager/debian/control new file mode 100644 index 000000000..baeb3fa74 --- /dev/null +++ b/p/haskell-gtk-traymanager/debian/control @@ -0,0 +1,66 @@ +Source: haskell-gtk-traymanager +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Louis Bettens +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 --git a/p/haskell-gtk-traymanager/debian/copyright b/p/haskell-gtk-traymanager/debian/copyright new file mode 100644 index 000000000..adddf8530 --- /dev/null +++ b/p/haskell-gtk-traymanager/debian/copyright @@ -0,0 +1,37 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gtk-traymanager +Upstream-Contact: Tristan Ravitch +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 --git a/p/haskell-gtk-traymanager/debian/rules b/p/haskell-gtk-traymanager/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-gtk-traymanager/debian/rules @@ -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 --git a/p/haskell-gtk-traymanager/debian/source/format b/p/haskell-gtk-traymanager/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-gtk-traymanager/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-gtk-traymanager/debian/watch b/p/haskell-gtk-traymanager/debian/watch new file mode 100644 index 000000000..7fcb40fb4 --- /dev/null +++ b/p/haskell-gtk-traymanager/debian/watch @@ -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)/ -- cgit v1.2.3