tags 649703 patch
thanks

On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
> as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
> package and the "Provides: gs-common" of ghostscript) now reached
> the archive [0], Depending or Build-Depending on gs-common is now an
> RC bug (as it makes the package uninstallable or unbuildable,
> respectively).

The attached patch removes the dependency on gs-common.

Miguel
diff -Nru fpc-2.4.4/debian/changelog fpc-2.4.4/debian/changelog
--- fpc-2.4.4/debian/changelog	2011-10-19 21:23:16.000000000 +0200
+++ fpc-2.4.4/debian/changelog	2011-12-04 11:59:50.000000000 +0100
@@ -1,3 +1,11 @@
+fpc (2.4.4-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "Please Build-Depend on ghostscript, not gs-common." removing
+    gs-common dependency (Closes: #649703)
+
+ -- Miguel de Val Borro <miguel.de...@gmail.com>  Sun, 04 Dec 2011 11:52:38 +0100
+
 fpc (2.4.4-3) unstable; urgency=low
 
   * Added libsdl-mixer1.2-dev to dependency list of fp-units-multimedia.
diff -Nru fpc-2.4.4/debian/control fpc-2.4.4/debian/control
--- fpc-2.4.4/debian/control	2011-10-19 21:23:16.000000000 +0200
+++ fpc-2.4.4/debian/control	2011-12-04 11:52:06.000000000 +0100
@@ -5,7 +5,7 @@
 Uploaders: Torsten Werner <twer...@debian.org>, Abou Al Montacir <abou.almonta...@sfr.fr>
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, gs-common, libncurses-dev, binutils
+Build-Depends: debhelper (>= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, ghostscript, libncurses-dev, binutils
 Build-Depends-Indep: hevea
 Vcs-Svn: https://bollin.googlecode.com/svn/fpc/trunk/
 Vcs-Browser: http://bollin.googlecode.com/svn/fpc/trunk/
diff -Nru fpc-2.4.4/debian/control.in fpc-2.4.4/debian/control.in
--- fpc-2.4.4/debian/control.in	2011-10-19 21:23:16.000000000 +0200
+++ fpc-2.4.4/debian/control.in	2011-12-04 11:21:43.000000000 +0100
@@ -5,7 +5,7 @@
 Uploaders: Torsten Werner <twer...@debian.org>, Abou Al Montacir <abou.almonta...@sfr.fr>
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, gs-common, libncurses-dev, binutils
+Build-Depends: debhelper (>= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, ghostscript, libncurses-dev, binutils
 Build-Depends-Indep: hevea
 Vcs-Svn: https://bollin.googlecode.com/svn/fpc/trunk/
 Vcs-Browser: http://bollin.googlecode.com/svn/fpc/trunk/

Reply via email to