[Pkg-sdl-commits] [libsdl1.2] 01/02: Drop the udeb package as it doesn't have any reverse dependencies anymore. (Closes: #723165)

Felix Geyer fgeyer at alioth.debian.org
Tue Sep 17 16:54:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository libsdl1.2.

commit 6ae2fd6f31c412dee48893182384d49f9bdbd78d
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Tue Sep 17 18:23:51 2013 +0200

    Drop the udeb package as it doesn't have any reverse dependencies anymore. (Closes: #723165)
---
 debian/changelog                    |    7 +++++++
 debian/control                      |   12 ------------
 debian/libsdl1.2debian-udeb.install |    1 -
 debian/rules                        |   34 ++++++----------------------------
 4 files changed, 13 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28b7819..ed0f527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libsdl1.2 (1.2.15-7) UNRELEASED; urgency=low
+
+  * Drop the udeb package as it doesn't have any reverse dependencies anymore.
+    (Closes: #723165)
+
+ -- Felix Geyer <fgeyer at debian.org>  Tue, 17 Sep 2013 17:51:37 +0200
+
 libsdl1.2 (1.2.15-6) unstable; urgency=low
 
   [ Simon McVittie ]
diff --git a/debian/control b/debian/control
index e608942..fa487b2 100644
--- a/debian/control
+++ b/debian/control
@@ -57,18 +57,6 @@ Description: Simple DirectMedia Layer
  This version of SDL is compiled with X11, caca and DirectFB graphics 
  drivers and OSS, ALSA, NAS and PulseAudio sound drivers.
 
-Package: libsdl1.2debian-udeb
-Package-Type: udeb
-Architecture: any
-Section: debian-installer
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Simple DirectMedia Layer (with directfb graphics and no sound)
- SDL is a library that allows programs portable low level access to a video
- framebuffer, audio output, mouse, and keyboard.
- .
- This version of SDL is compiled with directfb graphics and no sound.
-
 Package: libsdl1.2-dev
 Architecture: any
 Section: libdevel
diff --git a/debian/libsdl1.2debian-udeb.install b/debian/libsdl1.2debian-udeb.install
deleted file mode 100644
index 3941472..0000000
--- a/debian/libsdl1.2debian-udeb.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libSDL-1.2.so.0*
diff --git a/debian/rules b/debian/rules
index 7386b40..0f32724 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,17 +9,7 @@ confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \
             --disable-nas --disable-esd --disable-arts \
             --disable-alsa-shared --disable-pulseaudio-shared \
             --disable-x11-shared \
-            --enable-video-directfb
-all_confflags = --enable-video-caca
-udeb_confflags = --enable-video-directfb \
-                 --disable-video-x11 \
-                 --disable-dga --disable-video-photon \
-                 --disable-video-fbcon --disable-video-ps2gs \
-                 --disable-video-opengl --disable-video-xbios \
-                 --disable-video-gem --disable-video-caca \
-                 --disable-audio \
-                 --disable-oss --disable-alsa --disable-pulseaudio \
-                 --libdir=\$${prefix}/lib
+            --enable-video-directfb --enable-video-caca
 
 # Only use NASM routines on x86 CPUs
 ifeq ($(DEB_HOST_ARCH_CPU),i386)
@@ -40,30 +30,18 @@ override_dh_autoreconf:
 	dh_autoreconf ./autogen.sh
 
 override_dh_auto_configure:
-	dh_auto_configure -Bbuilddir/all -- $(confflags) $(all_confflags)
-	dh_auto_configure -Bbuilddir/udeb -- $(confflags) $(udeb_confflags)
+	dh_auto_configure -- $(confflags)
 
 override_dh_auto_build:
-	dh_auto_build -Bbuilddir/all
-	dh_auto_build -Bbuilddir/udeb
+	dh_auto_build
 	tar czf debian/examples.tar.gz test
 
-override_dh_auto_install:
-	dh_auto_install -Bbuilddir/all
-	dh_auto_install -Bbuilddir/udeb --destdir=debian/tmp-udeb
-
 override_dh_auto_clean:
-	dh_auto_clean -Bbuilddir/all
-	dh_auto_clean -Bbuilddir/udeb
+	dh_auto_clean
 	rm -f debian/examples.tar.gz
 
-override_dh_clean:
-	dh_clean
-	rm -rf debian/tmp-udeb
-
 override_dh_install:
-	dh_install -plibsdl1.2debian-udeb --sourcedir=debian/tmp-udeb
-	dh_install --remaining-packages --fail-missing -XlibSDL.la -XlibSDLmain.la
+	dh_install --fail-missing -XlibSDL.la -XlibSDLmain.la
 
 override_dh_installdocs:
 	dh_installdocs -Xdocs/man3/SDL
@@ -76,4 +54,4 @@ override_dh_strip:
 	dh_strip --dbg-package=libsdl1.2-dbg
 
 override_dh_makeshlibs:
-	dh_makeshlibs -V"libsdl1.2debian (>= $(SHLIBVER))" --add-udeb=libsdl1.2debian-udeb
+	dh_makeshlibs -V"libsdl1.2debian (>= $(SHLIBVER))"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl1.2.git



More information about the pkg-sdl-commits mailing list