Tags 379275 + patch pending
thanks
I have prepared an NMU for fillets-ng that fixes the FTBFS. I won't upload
it right now, since currently libsdl1.2-dev is uninstallable in unstable.
But I intend to upload it as soon as this is fixed.
I'm attaching the diff of the NMU that I intend to upload.
--
Besitos, {o_
Marga. (')_
diff -u fillets-ng-0.7.3/debian/changelog fillets-ng-0.7.3/debian/changelog
--- fillets-ng-0.7.3/debian/changelog
+++ fillets-ng-0.7.3/debian/changelog
@@ -1,3 +1,10 @@
+fillets-ng (0.7.3-1.1) unstable; urgency=medium
+
+ * Non-Maintainer Upload to fix Failure To Build From Source due to missing
+ build-dependency on libx11-dev. (Closes: #379275)
+
+ -- Margarita Manterola <[EMAIL PROTECTED]> Sun, 30 Jul 2006 15:18:53 -0300
+
fillets-ng (0.7.3-1) unstable; urgency=low
* New upstream release
diff -u fillets-ng-0.7.3/debian/control fillets-ng-0.7.3/debian/control
--- fillets-ng-0.7.3/debian/control
+++ fillets-ng-0.7.3/debian/control
@@ -2,7 +2,7 @@
Section: games
Priority: optional
Maintainer: fabian linzberger <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), liblua50-dev, libsdl1.2-dev,
libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev,
liblualib50-dev
+Build-Depends: debhelper (>= 4.0.0), liblua50-dev, libsdl1.2-dev,
libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev,
liblualib50-dev, libx11-dev
Standards-Version: 3.6.2
Package: fillets-ng
diff -u fillets-ng-0.7.3/debian/rules fillets-ng-0.7.3/debian/rules
--- fillets-ng-0.7.3/debian/rules
+++ fillets-ng-0.7.3/debian/rules
@@ -27,14 +27,13 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --bindir=\$${prefix}/games
--datadir=\$${prefix}/share
+ CFLAGS="$(CFLAGS)" LDFLAGS=-lX11 ./configure
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--bindir=\$${prefix}/games --datadir=\$${prefix}/share
build: build-stamp
build-stamp: config.status
dh_testdir
-
# Add here commands to compile the package.
$(MAKE)
#/usr/bin/docbook-to-man debian/fillets-ng.sgml > fillets-ng.1