[Pkg-sdl-commits] [sdlgfx] 01/02: Remove changelog entry for 2.0.24-1, and some minorish packaging changes

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Dec 21 23:13:03 UTC 2013


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

mafm pushed a commit to branch master
in repository sdlgfx.

commit 42c9d6af247de347b4edc03e92e0425ea0b75f7e
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sat Dec 21 22:55:10 2013 +0000

    Remove changelog entry for 2.0.24-1, and some minorish packaging changes
---
 debian/changelog               | 25 ++++++++++++-------------
 debian/control                 |  2 +-
 debian/libsdl-gfx1.2-5.install |  4 ++--
 debian/rules                   |  5 -----
 4 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2b3ca91..9be5fab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,24 +1,23 @@
 sdlgfx (2.0.25-1) UNRELEASED; urgency=low
 
+  [ Gianfranco Costamagna ]
   * New upstream release.
-  * Bumped std:version to 3.9.5, no changes required
+  * Bump Standards-Version to 3.9.5, no changes needed
+  * Drop obsolete DM-Upload-Allowed
   * Disabled wrong_cpuid_mmx_detection.diff, now mmx is detected by
     SDL_HasMMX() function.
   * Bumped package soname to 5.
+  * Removed some version checks on debian/control, newer versions already
+    in oldstable
+  * Removed override dh_installchangelogs, changelog should be
+    automatically installed
 
- -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sat, 09 Nov 2013 11:47:23 +0100
-
-sdlgfx (2.0.24-1) UNRELEASED; urgency=low
+  [ Manuel A. Fernandez Montecelo ]
+  * Use wildcards to install the .so files
+  * Change maintainer address to @debian.org
+  * Remove MMX detection in debian/rules, it's auto-detected
 
-  * New upstream release
-  * Bumped std:version to 3.9.4, removed DM-upload allowed
-  * Removed some version checks on debian/control, newer versions
-    already in oldstable
-  * Removed override dh_installchangelogs, changelog should
-    be automatically installed
-  * Tweaked debian rules and install files for new library version 
-
- -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sun, 25 Aug 2013 13:37:33 +0200
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sat, 09 Nov 2013 11:47:23 +0100
 
 sdlgfx (2.0.23-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8a3b775..388c54f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: sdlgfx
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
-Uploaders: Felix Geyer <debfx-pkg at fobos.de>, Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
+Uploaders: Felix Geyer <debfx-pkg at fobos.de>, Manuel A. Fernandez Montecelo <mafm at debian.org>
 Section: libs
 Priority: optional
 Standards-Version: 3.9.5
diff --git a/debian/libsdl-gfx1.2-5.install b/debian/libsdl-gfx1.2-5.install
index 00c63fd..5281a51 100644
--- a/debian/libsdl-gfx1.2-5.install
+++ b/debian/libsdl-gfx1.2-5.install
@@ -1,2 +1,2 @@
-usr/lib/*/libSDL_gfx.so.15
-usr/lib/*/libSDL_gfx.so.15.9.1
+usr/lib/*/libSDL_gfx.so.*
+usr/lib/*/libSDL_gfx.so.*
diff --git a/debian/rules b/debian/rules
index e70b6fe..272eb98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 LIBPKG = libsdl-gfx1.2-5
 
-ifeq ($(DEB_BUILD_ARCH),i386)
-	confflags = --enable-mmx
-else
-	confflags = --disable-mmx
-endif
 
 %:
 	dh $@ --parallel --with autoreconf

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



More information about the pkg-sdl-commits mailing list