[Pkg-sdl-commits] r178 - in unstable/sdl-stretch/debian: . patches

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Mon Apr 21 04:23:29 UTC 2008


Author: aurel32
Date: 2008-04-21 04:23:28 +0000 (Mon, 21 Apr 2008)
New Revision: 178

Modified:
   unstable/sdl-stretch/debian/changelog
   unstable/sdl-stretch/debian/control
   unstable/sdl-stretch/debian/libsdl-stretch-dev.doc-base
   unstable/sdl-stretch/debian/patches/python.diff
   unstable/sdl-stretch/debian/rules
Log:
sdl-stretch (0.2.3-9) unstable; urgency=low

  * debian/patches/python.diff:
    - Specify encoding in python script. (Closes: bug#476991).
  * debian/control:
    - Bump Standards-Version to 3.7.3.
    - Move homepage to pseudo-header from description.
    - Move libsdl-stretch-dev to section libdevel.
    - Relax build-depends on libsdl1.2-dev. 
  * debian/libsdl-stretch-dev.doc-base:
    - Fix section.
    - Fix whitespaces in description.
  * debian/rules:
    - Don't ignore errors on make distclean.

 -- Aurelien Jarno <aurel32 at debian.org>  Mon, 21 Apr 2008 06:19:15 +0200



Modified: unstable/sdl-stretch/debian/changelog
===================================================================
--- unstable/sdl-stretch/debian/changelog	2008-01-31 01:53:16 UTC (rev 177)
+++ unstable/sdl-stretch/debian/changelog	2008-04-21 04:23:28 UTC (rev 178)
@@ -1,3 +1,20 @@
+sdl-stretch (0.2.3-9) unstable; urgency=low
+
+  * debian/patches/python.diff:
+    - Specify encoding in python script. (Closes: bug#476991).
+  * debian/control:
+    - Bump Standards-Version to 3.7.3.
+    - Move homepage to pseudo-header from description.
+    - Move libsdl-stretch-dev to section libdevel.
+    - Relax build-depends on libsdl1.2-dev. 
+  * debian/libsdl-stretch-dev.doc-base:
+    - Fix section.
+    - Fix whitespaces in description.
+  * debian/rules:
+    - Don't ignore errors on make distclean.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 21 Apr 2008 06:19:15 +0200
+
 sdl-stretch (0.2.3-8) unstable; urgency=low
 
   * Make the package binNMU safe. 

Modified: unstable/sdl-stretch/debian/control
===================================================================
--- unstable/sdl-stretch/debian/control	2008-01-31 01:53:16 UTC (rev 177)
+++ unstable/sdl-stretch/debian/control	2008-04-21 04:23:28 UTC (rev 178)
@@ -3,8 +3,9 @@
 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>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libsdl1.2-dev (>= 1.2.4-1), pkg-config, python, xmlto, quilt
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libsdl1.2-dev (>= 1.2.4), pkg-config, python, xmlto, quilt
+Standards-Version: 3.7.3
+Homepage: http://sdl-stretch.sourceforge.net
 
 Package: libsdl-stretch-0-2
 Section: libs
@@ -18,17 +19,11 @@
  at runtime.
  .
  This package contains the SDL_stretch runtime library.
- .
-  Author: Guido Draheim <guidod at gmx.de>
-  Homepage: http://sdl-stretch.sourceforge.net
 
 Package: libsdl-stretch-dev
-Section: devel
+Section: libdevel
 Architecture: i386 hurd-i386 kfreebsd-i386
 Depends: libsdl-stretch-0-2 (= ${binary:Version}), libsdl1.2-dev(>= 1.2.4-1)
 Description: development files for SDL_stretch library
  This package contains the header files and static library needed to
  compile applications that use SDL_stretch.
- .
-  Author: Guido Draheim <guidod at gmx.de>
-  Homepage: http://sdl-stretch.sourceforge.net

Modified: unstable/sdl-stretch/debian/libsdl-stretch-dev.doc-base
===================================================================
--- unstable/sdl-stretch/debian/libsdl-stretch-dev.doc-base	2008-01-31 01:53:16 UTC (rev 177)
+++ unstable/sdl-stretch/debian/libsdl-stretch-dev.doc-base	2008-04-21 04:23:28 UTC (rev 178)
@@ -2,15 +2,15 @@
 Title: libsdl-stretch manpages
 Author: Guido Draheim <guidod at gmx.de>
 Abstract: 
-  This documentation will give an overview of how the SDL_stretch API 
-  works. 
-  .
-  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.
-Section: Apps/Programming
+ This documentation will give an overview of how the SDL_stretch API 
+ works. 
+ .
+ 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.
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libsdl-stretch-dev/html/index.html

Modified: unstable/sdl-stretch/debian/patches/python.diff
===================================================================
--- unstable/sdl-stretch/debian/patches/python.diff	2008-01-31 01:53:16 UTC (rev 177)
+++ unstable/sdl-stretch/debian/patches/python.diff	2008-04-21 04:23:28 UTC (rev 178)
@@ -22,3 +22,12 @@
  echo "$as_me:$LINENO: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_path_PYTHON+set}" = set; then
+--- sdl-stretch-0.2.3/doc/make-doc.py
++++ sdl-stretch-0.2.3/doc/make-doc.py
+@@ -1,3 +1,6 @@
++#!/usr/bin/python
++# -*- coding: iso-8859-15 -*-
++
+ import sys
+ import re
+ import string

Modified: unstable/sdl-stretch/debian/rules
===================================================================
--- unstable/sdl-stretch/debian/rules	2008-01-31 01:53:16 UTC (rev 177)
+++ unstable/sdl-stretch/debian/rules	2008-04-21 04:23:28 UTC (rev 178)
@@ -56,7 +56,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f SDL_stretch.pc.in SDL_stretch.pc SDL_stretch-uninstalled.pc
 	rm -f doc/*.xml doc/*.dxml doc/*.html doc/*.ar doc/*.spec
 	rm -f config.sub config.guess




More information about the pkg-sdl-commits mailing list