summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 13:47:11 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 14:17:59 +0200
commite32bb33878d5d3d37b661b46014048e11056ad70 (patch)
tree6b521b8c7e54c9678d7801d659350aa1d8c9f5b3 /p
parent6016d35b588635313377a3f842868f6d4226a594 (diff)
downloadDHG_packages-e32bb33878d5d3d37b661b46014048e11056ad70.tar.gz
glib: Upgrading from 0.13.1.1 to 0.13.2.1
Diffstat (limited to 'p')
-rw-r--r--p/haskell-glib/debian/changelog6
-rw-r--r--p/haskell-glib/debian/control72
2 files changed, 41 insertions, 37 deletions
diff --git a/p/haskell-glib/debian/changelog b/p/haskell-glib/debian/changelog
index ddf7599cd..7114ef4cf 100644
--- a/p/haskell-glib/debian/changelog
+++ b/p/haskell-glib/debian/changelog
@@ -1,3 +1,9 @@
+haskell-glib (0.13.2.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Wed, 12 Aug 2015 13:47:11 +0200
+
haskell-glib (0.13.1.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-glib/debian/control b/p/haskell-glib/debian/control
index 79a9bcd94..8ee0bf073 100644
--- a/p/haskell-glib/debian/control
+++ b/p/haskell-glib/debian/control
@@ -1,38 +1,35 @@
Source: haskell-glib
-Section: haskell
-Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>
-Build-Depends: debhelper (>= 9)
- , cdbs
- , haskell-devscripts (>= 0.9)
- , ghc
- , ghc-prof
- , libghc-utf8-string-dev (>= 0.2)
- , libghc-utf8-string-dev (<< 1.1)
- , libghc-utf8-string-prof
- , libghc-text-dev (>= 0.11.0.6)
- , libghc-text-dev (<< 1.3)
- , libghc-text-prof
- , libglib2.0-dev
- , gtk2hs-buildtools (>= 0.13.0.4)
-Build-Depends-Indep: ghc-doc
- , libghc-utf8-string-doc
- , libghc-text-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-text-dev (>= 1.0.0.0),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-utf8-string-dev (>= 0.2),
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-text-doc,
+ libghc-utf8-string-doc,
Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/glib
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glib
+Homepage: http://projects.haskell.org/gtk2hs/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-glib
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glib
Package: libghc-glib-dev
Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
- , libglib2.0-dev
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libglib2.0-dev,
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: Binding to the GLIB library for Gtk2Hs${haskell:ShortBlurb}
The GNU Library is a collection of C data structures and utility function for
dealing with Unicode. This package only binds as much functionality as
@@ -43,11 +40,11 @@ Description: Binding to the GLIB library for Gtk2Hs${haskell:ShortBlurb}
Package: libghc-glib-prof
Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: Binding to the GLIB library for Gtk2Hs${haskell:ShortBlurb}
The GNU Library is a collection of C data structures and utility function for
dealing with Unicode. This package only binds as much functionality as
@@ -57,11 +54,12 @@ Description: Binding to the GLIB library for Gtk2Hs${haskell:ShortBlurb}
${haskell:Blurb}
Package: libghc-glib-doc
-Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
Description: Binding to the GLIB library for Gtk2Hs${haskell:ShortBlurb}
The GNU Library is a collection of C data structures and utility function for
dealing with Unicode. This package only binds as much functionality as