Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Please unblock package ghc The fix can possible fix a problem with triggers during a wheezy → testing upgrade (and even if it does not fix it in all cases, it is an improvements, as it avoids unnecessary trigger runs). unblock ghc/7.6.3-20 - -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 armhf Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlRyIp8ACgkQ9ijrk0dDIGyEyQCgi4rQ4qg4rBHpmUkvI4MPt1Y6 bZMAn13rICw0ncz411Icf9keUYIFMzNj =qyJu -----END PGP SIGNATURE-----
diff -Nru ghc-7.6.3/debian/changelog ghc-7.6.3/debian/changelog --- ghc-7.6.3/debian/changelog 2014-09-29 17:28:56.000000000 +0200 +++ ghc-7.6.3/debian/changelog 2014-11-23 11:20:59.000000000 +0100 @@ -1,3 +1,9 @@ +ghc (7.6.3-20) unstable; urgency=medium + + * Mark all triggers -noawait. Possibly Closes: #769554 + + -- Joachim Breitner <nome...@debian.org> Sun, 23 Nov 2014 11:20:59 +0100 + ghc (7.6.3-19) unstable; urgency=medium * Fix armel/armhf script munging; ghci and runghc are not available on diff -Nru ghc-7.6.3/debian/control ghc-7.6.3/debian/control --- ghc-7.6.3/debian/control 2014-09-29 17:26:40.000000000 +0200 +++ ghc-7.6.3/debian/control 2014-11-23 11:20:35.000000000 +0100 @@ -34,6 +34,7 @@ Package: ghc Architecture: any Depends: llvm-3.4 [armel armhf], gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: dpkg (>= 1.16.1) Provides: haskell-compiler, ${provided-devs}, ${haskell:Provides}, ${ghci} Replaces: ghc6 (<< 7) Conflicts: ghc6 (<< 7), ${conflicting-devs} @@ -75,6 +76,7 @@ Replaces: ghc6-doc (<< 7) Conflicts: ghc6-doc (<< 7), ghc (<= 7.0.3-1) Depends: ${haddock:Depends}, ${misc:Depends}, perl +Pre-Depends: dpkg (>= 1.16.1) Description: Documentation for the Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. diff -Nru ghc-7.6.3/debian/ghc-doc.triggers ghc-7.6.3/debian/ghc-doc.triggers --- ghc-7.6.3/debian/ghc-doc.triggers 2014-09-29 17:26:40.000000000 +0200 +++ ghc-7.6.3/debian/ghc-doc.triggers 2014-11-23 11:19:14.000000000 +0100 @@ -1,6 +1,6 @@ -interest /usr/lib/ghc-doc/haddock -interest /usr/lib/ghc-7.0.2/haddock -interest /usr/lib/ghc-7.0.3/haddock -interest /var/lib/ghc/package.conf.d -interest /var/lib/ghc-7.0.3/package.conf.d -interest /var/lib/ghc-7.0.4/package.conf.d +interest-noawait /usr/lib/ghc-doc/haddock +interest-noawait /usr/lib/ghc-7.0.2/haddock +interest-noawait /usr/lib/ghc-7.0.3/haddock +interest-noawait /var/lib/ghc/package.conf.d +interest-noawait /var/lib/ghc-7.0.3/package.conf.d +interest-noawait /var/lib/ghc-7.0.4/package.conf.d diff -Nru ghc-7.6.3/debian/ghc.triggers ghc-7.6.3/debian/ghc.triggers --- ghc-7.6.3/debian/ghc.triggers 2014-09-29 17:26:40.000000000 +0200 +++ ghc-7.6.3/debian/ghc.triggers 2014-11-23 11:19:22.000000000 +0100 @@ -1 +1 @@ -interest /var/lib/ghc/package.conf.d +interest-noawait /var/lib/ghc/package.conf.d