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

clint at debian.org clint at debian.org
Mon Jun 27 22:20:16 UTC 2011


Mon Jun 27 22:20:00 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: f01ebef931185f000938c86c9ef37fc9

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

Mon Jun 27 22:20:00 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: f01ebef931185f000938c86c9ef37fc9
diff -rN -u old-haskell-libtagc//changelog new-haskell-libtagc//changelog
--- old-haskell-libtagc//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libtagc//changelog	2011-06-27 22:20:15.941274867 +0000
@@ -0,0 +1,5 @@
+haskell-libtagc (0.12.0-1) unstable; urgency=low
+
+  * Initial packaging.
+
+ -- Clint Adams <clint at debian.org>  Sat, 25 Jun 2011 18:47:42 -0400
diff -rN -u old-haskell-libtagc//compat new-haskell-libtagc//compat
--- old-haskell-libtagc//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libtagc//compat	2011-06-27 22:20:15.941274867 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-libtagc//control new-haskell-libtagc//control
--- old-haskell-libtagc//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libtagc//control	2011-06-27 22:20:15.945274633 +0000
@@ -0,0 +1,72 @@
+Source: haskell-libtagc
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-glib-dev
+  , libghc-glib-prof
+  , libtagc0-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-glib-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/libtagc
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-libtagc
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-libtagc
+
+Package: libghc-libtagc-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to TagLib C library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It provides Haskell bindings to TagLib.  TagLib is a library for
+ reading and editing the meta-data of several popular audio formats.
+ Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis
+ comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack
+ and TrueAudio files.
+
+Package: libghc-libtagc-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to TagLib C library; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It provides Haskell bindings to TagLib.  TagLib is a library for
+ reading and editing the meta-data of several popular audio formats.
+ Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis
+ comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack
+ and TrueAudio files.
+
+Package: libghc-libtagc-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binding to TagLib C library; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It provides Haskell bindings to TagLib.  TagLib is a library for
+ reading and editing the meta-data of several popular audio formats.
+ Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis
+ comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack
+ and TrueAudio files.
diff -rN -u old-haskell-libtagc//copyright new-haskell-libtagc//copyright
--- old-haskell-libtagc//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libtagc//copyright	2011-06-27 22:20:15.945274633 +0000
@@ -0,0 +1,19 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sat, 25 Jun 2011 22:47:42 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/libtagc
+
+Upstream Authors:
+
+    Andy Stewart <gtk2hs-users at sourceforge.net>
+
+Copyright: 
+
+    2010 Andy Stewart
+
+License:
+
+LGPLv2.1 or later.
+
+See /usr/share/common-licenses/LGPL-2.1
diff -rN -u old-haskell-libtagc//rules new-haskell-libtagc//rules
--- old-haskell-libtagc//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libtagc//rules	2011-06-27 22:20:15.945274633 +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-haskell-libtagc//source/format new-haskell-libtagc//source/format
--- old-haskell-libtagc//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libtagc//source/format	2011-06-27 22:20:15.945274633 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-libtagc//watch new-haskell-libtagc//watch
--- old-haskell-libtagc//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libtagc//watch	2011-06-27 22:20:15.945274633 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|libtagc-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/libtagc \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list