[Pkg-sdl-commits] [SCM] Packaging of sdl-stretch branch, master, updated. debian/0.3.1-1-1-g1139034
Manuel A. Fernandez Montecelo
manuel.montezelo at gmail.com
Thu Apr 26 15:01:58 UTC 2012
The following commit has been merged in the master branch:
commit 11390348e538cd84ce662d4fc6ad528ff730b657
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Thu Apr 26 15:31:27 2012 +0100
Minor changes for -2 revision
Tweaking versions in depends, lintian warnings, policy standards version... Changes so far available in the changelog.
diff --git a/debian/changelog b/debian/changelog
index 6db7872..d8f933a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+sdl-stretch (0.3.1-2) unstable; urgency=low
+
+ * Bump Standards-Version to 3.9.3 (no changes needed)
+ * Build-Depends on debhelper>=9~, quells lintian warning
+ "package-needs-versioned-debhelper-build-depends 9" (override removed)
+ * Build-Depends and Depends on SDL with added ~ to the version number, in
+ order to allow to work with backported/local versions
+ * Update debian/copyright format now that 1.0 is approved (quells lintian
+ unversioned-copyright-format-uri)
+ * Remove inactive maintainers
+
+ -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com> Thu, 26 Apr 2012 15:39:16 +0100
+
sdl-stretch (0.3.1-1) unstable; urgency=low
[ Félix Arreola Rodríguez ]
diff --git a/debian/control b/debian/control
index c9bedfb..ffae4d0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,16 @@ Source: sdl-stretch
Section: libs
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
-Uploaders: Matthew Danish <mrd at debian.org>, Zephaniah E. Hull <warp at debian.org>, 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>, Félix Arreola Rodríguez <fgatuno.123 at gmail.com>
-Build-Depends: debhelper (>= 8.9.0~), autotools-dev, libsdl1.2-dev (>= 1.2.4), pkg-config, python, xmlto
-Standards-Version: 3.9.2
+Uploaders: Félix Arreola Rodríguez <fgatuno.123 at gmail.com>, Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
+DM-Upload-Allowed: yes
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9~),
+ dpkg-dev (>= 1.16.1~),
+ libsdl1.2-dev (>= 1.2.14~),
+ autotools-dev,
+ pkg-config,
+ python,
+ xmlto
Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-stretch.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-stretch.git
Homepage: http://sdl-stretch.sourceforge.net
@@ -13,7 +20,8 @@ Package: libsdl-stretch-0-3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: stretch functions for Simple DirectMedia Layer
This library provides stretch and blit routines for SDL surfaces.
These are optimized for speed including lots of assembler parts
@@ -26,7 +34,15 @@ Description: stretch functions for Simple DirectMedia Layer
Package: libsdl-stretch-dev
Section: libdevel
Architecture: any
-Depends: libsdl-stretch-0-3 (= ${binary:Version}), libsdl1.2-dev(>= 1.2.4-1), ${misc:Depends}
+Depends: ${misc:Depends},
+ libsdl-stretch-0-3 (= ${binary:Version}),
+ libsdl1.2-dev(>= 1.2.14~)
Description: development files for SDL_stretch library
+ This library provides stretch and blit routines for SDL surfaces.
+ These are optimized for speed including lots of assembler parts
+ in the general routines and dynamic cpu native code generation
+ for applications to compile specialized stretch-and-blit routines
+ at runtime.
+ .
This package contains the header files and static library needed to
compile applications that use SDL_stretch.
diff --git a/debian/copyright b/debian/copyright
index cae2a64..ebd8935 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SDL_stretch
Upstream-Contact: Guido Draheim <guidod at gmx.de>
Source: http://sdl-stretch.sourceforge.net
@@ -8,7 +8,8 @@ Copyright: 2003, 2009 Guido Draheim
License: LGPL-2.1+
Files: debian/*
-Copyright: 2011, Félix Arreola Rodríguez <fgatuno.123 at gmail.com>
+Copyright: 2012, Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
+ 2011, Félix Arreola Rodríguez <fgatuno.123 at gmail.com>
2009 Barry deFreese <bdefreese at debian.org>
2004-2008 Aurelien Jarno <aurel32 at debian.org>
License: LGPL-2.1+
@@ -20,5 +21,4 @@ License: LGPL-2.1+
your option) any later version.
.
On Debian systems, the complete text of version 2.1 of the GNU Lesser
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
+ Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/rules b/debian/rules
index 88c74ca..f5e70f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,10 @@
#!/usr/bin/make -f
-# -*- makefile -*-
+
+#export DH_VERBOSE=1
+
+export DEB_CFLAGS_MAINT_APPEND = -pipe -Wall
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
+
%:
dh $@ --parallel
@@ -14,8 +19,7 @@ override_dh_auto_install:
override_dh_auto_clean:
rm -f src/SDL_stretch.pc.in src/SDL_stretch.pc src/SDL_stretch-uninstalled.pc
- # Make clean doesn't remove the docs, so we do manually
+ # Make clean doesn't remove the docs, so we do manually
rm -f doc/SDL_stretch.spec
rm -f doc/*.xml doc/*.dxml doc/*.html doc/*.ar doc/*.spec doc/*.old
dh_auto_clean
-
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 7703a1e..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-sdl-stretch source: package-needs-versioned-debhelper-build-depends 9
--
Packaging of sdl-stretch
More information about the pkg-sdl-commits
mailing list