[Pkg-sdl-commits] r271 - in unstable/sdl-mixer1.2/debian: . source

Manuel A. Fernandez Montecelo mafm-guest at alioth.debian.org
Mon Nov 21 12:25:28 UTC 2011


Author: mafm-guest
Date: 2011-11-21 00:25:26 +0000 (Mon, 21 Nov 2011)
New Revision: 271

Added:
   unstable/sdl-mixer1.2/debian/source/
   unstable/sdl-mixer1.2/debian/source/format
   unstable/sdl-mixer1.2/debian/watch
Modified:
   unstable/sdl-mixer1.2/debian/changelog
   unstable/sdl-mixer1.2/debian/compat
   unstable/sdl-mixer1.2/debian/control
   unstable/sdl-mixer1.2/debian/rules
Log:
Shaping the package to include current practices/standars/compatibility levels (WIP, rules probably doesn't work yet)

Modified: unstable/sdl-mixer1.2/debian/changelog
===================================================================
--- unstable/sdl-mixer1.2/debian/changelog	2011-11-20 23:17:27 UTC (rev 270)
+++ unstable/sdl-mixer1.2/debian/changelog	2011-11-21 00:25:26 UTC (rev 271)
@@ -1,3 +1,25 @@
+sdl-mixer1.2 (1.2.8-7) unstable; urgency=low
+
+  * New maintainer
+  * Add myself to uploaders, and setting DM-Upload-Allowed: yes
+  * Acknowledge/incorporate NMUs
+  * Changed debhelper compat to level 8 (level 5 before):
+    - Updated dependency on debhelper to (>= 8.0.0)
+    - Removed dependency on quilt
+    - Simplify a lot debian/rules file by leveraging debhelper capabilities,
+      only acting when deviating from auto behaviour
+  * Added 'source/format', with '3.0 (quilt)'
+    - Consequently, removed README.source
+  * Added 'watch' file
+  * Updated dependencies:
+    - libsdl1.2-dev (>= 1.2.14) -- was (>= 1.2.4)
+    - libsmpeg-dev (>= 0.4.5+cvs20030824-2.2) -- was (>= 0.4.5+cvs20030824-1.3)
+    - libogg-dev (>= 1.2.0) -- was none
+    - libvorbis-dev (>= 1.2.0) -- was (>= 1.0.0-3)
+    - libmikmod-dev (>= 3.1.11) -- was none
+
+ -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Sun, 20 Nov 2011 23:17:34 +0000
+
 sdl-mixer1.2 (1.2.8-6.4) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: unstable/sdl-mixer1.2/debian/compat
===================================================================
--- unstable/sdl-mixer1.2/debian/compat	2011-11-20 23:17:27 UTC (rev 270)
+++ unstable/sdl-mixer1.2/debian/compat	2011-11-21 00:25:26 UTC (rev 271)
@@ -1 +1 @@
-5
+8

Modified: unstable/sdl-mixer1.2/debian/control
===================================================================
--- unstable/sdl-mixer1.2/debian/control	2011-11-20 23:17:27 UTC (rev 270)
+++ unstable/sdl-mixer1.2/debian/control	2011-11-21 00:25:26 UTC (rev 271)
@@ -2,26 +2,27 @@
 Section: libs
 Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Aurelien Jarno <aurel32 at debian.org>, Josselin Mouette <joss at debian.org>, Barry deFreese <bdefreese at debian.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Aurelien Jarno <aurel32 at debian.org>, Josselin Mouette <joss at debian.org>, Barry deFreese <bdefreese at debian.org>, Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
+DM-Upload-Allowed: yes
 Standards-Version: 3.8.1
-Build-Depends: debhelper (>= 5.0), quilt, libtool, libsdl1.2-dev (>= 1.2.4), libogg-dev, libvorbis-dev (>= 1.0.0-3), libsmpeg-dev (>= 0.4.5+cvs20030824-1.3), libmikmod-dev
+Build-Depends: debhelper (>= 8.0.0), libtool, libsdl1.2-dev (>= 1.2.14), libogg-dev (>= 1.2.0), libvorbis-dev (>= 1.2.0), libsmpeg-dev (>= 0.4.5+cvs20030824-2.2), libmikmod-dev (>= 3.1.11)
 Homepage: http://www.libsdl.org/projects/SDL_mixer/
 
 Package: libsdl-mixer1.2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Section: libs
-Description: mixer library for Simple DirectMedia Layer 1.2
+Description: Mixer library for Simple DirectMedia Layer 1.2, libraries
  SDL Mixer is a sample multi-channel audio mixer library.  It supports 4
  channels of 16 bit stereo audio, plus a single channel of music, mixed by
  the popular MikMod MOD, Timidity MIDI, and SMPEG MP3 libraries.
 
 Package: libsdl-mixer1.2-dev
 Architecture: any
-Depends: libsdl-mixer1.2 (= ${binary:Version}), libc6-dev, libsdl1.2-dev (>= 1.2.4), libogg-dev, libvorbis-dev, libsmpeg-dev (>= 0.4.4-7), libmikmod-dev
+Depends: libsdl-mixer1.2 (= ${binary:Version}), libc6-dev, libsdl1.2-dev (>= 1.2.14), libogg-dev (>= 1.2.0), libvorbis-dev (>= 1.2.0), libsmpeg-dev (>= 0.4.5+cvs20030824-2.2), libmikmod-dev (>= 3.1.11)
 Conflicts: libsdl-mixer-dev, libsdl-mixer1.0-dev, libsdl-mixer1.1-dev
 Section: libdevel
-Description: development files for SDL1.2 mixer library
+Description: Mixer library for Simple DirectMedia Layer 1.2, development files
  SDL Mixer is a sample multi-channel audio mixer library.  It supports 4
  channels of 16 bit stereo audio, plus a single channel of music, mixed by
  the popular MikMod MOD, Timidity MIDI, and SMPEG MP3 libraries.

Modified: unstable/sdl-mixer1.2/debian/rules
===================================================================
--- unstable/sdl-mixer1.2/debian/rules	2011-11-20 23:17:27 UTC (rev 270)
+++ unstable/sdl-mixer1.2/debian/rules	2011-11-21 00:25:26 UTC (rev 271)
@@ -18,54 +18,12 @@
 confflags += "CPPFLAGS=-Wall"
 confflags += "LDFLAGS=-Wl,-z,defs -Wl,-Bsymbolic -Wl,--as-needed"
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	./configure $(confflags) --prefix=/usr
-	touch configure-stamp
 
-build: build-stamp
-build-stamp: configure-stamp
-	dh_testdir
-	$(MAKE)
-	touch build-stamp
+%:
+        dh $@ --buildsystem=make --parallel
 
-clean:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) distclean
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -f build-stamp configure-stamp
-	rm -rf .pc
-	dh_clean
+override_dh_auto_configure:
+	dh_auto_configure -- $(confflags)
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	$(MAKE) install DESTDIR=`pwd`/debian/tmp
-	dh_install --sourcedir=debian/tmp --list-missing
-
-binary-indep: build install
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples
-	dh_installchangelogs CHANGES
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs -p libsdl-mixer1.2 -V 'libsdl-mixer1.2 (>= 1.2.6)'
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+override_dh_auto_installchangelogs:
+	dh_auto_installchangelogs -- CHANGES

Added: unstable/sdl-mixer1.2/debian/source/format
===================================================================
--- unstable/sdl-mixer1.2/debian/source/format	                        (rev 0)
+++ unstable/sdl-mixer1.2/debian/source/format	2011-11-21 00:25:26 UTC (rev 271)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: unstable/sdl-mixer1.2/debian/watch
===================================================================
--- unstable/sdl-mixer1.2/debian/watch	                        (rev 0)
+++ unstable/sdl-mixer1.2/debian/watch	2011-11-21 00:25:26 UTC (rev 271)
@@ -0,0 +1,2 @@
+version=3
+http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-([\d\.]+)tar\..*




More information about the pkg-sdl-commits mailing list