The NMU can be found at http://www.joachim-reichel.de/debian/pool/main/s/smpeg/smpeg_0.4.5+cvs20030824-1.10.dsc
Since I'm not a DD yet, I'm looking for a sponsor. Attached is the patch for this NMU -1.10.
diff -u -r old/smpeg-0.4.5+cvs20030824/debian/changelog new/smpeg-0.4.5+cvs20030824/debian/changelog --- old/smpeg-0.4.5+cvs20030824/debian/changelog 2007-05-17 09:52:48.000000000 +0200 +++ new/smpeg-0.4.5+cvs20030824/debian/changelog 2007-05-17 09:56:26.000000000 +0200 @@ -1,3 +1,11 @@ +smpeg (0.4.5+cvs20030824-1.10) unstable; urgency=low + + * Non-maintainer upload. + * Fix quoting problem in smpeg.m4 (Closes: #310636, #418292). + * Fix typos in gtv.1 and plaympeg.1 (Closes: #302664, #350354). + + -- Joachim Reichel <[EMAIL PROTECTED]> Thu, 17 May 2007 09:54:52 +0200 + smpeg (0.4.5+cvs20030824-1.9) unstable; urgency=low * Build using the default g++ on s390. Closes: #343020. diff -u -r old/smpeg-0.4.5+cvs20030824/gtv.1 new/smpeg-0.4.5+cvs20030824/gtv.1 --- old/smpeg-0.4.5+cvs20030824/gtv.1 2000-01-03 21:13:46.000000000 +0100 +++ new/smpeg-0.4.5+cvs20030824/gtv.1 2007-05-17 09:54:01.000000000 +0200 @@ -15,7 +15,7 @@ The video player works best on a 16 bit color depth X11 display, it works on other color depths with reduced speed as well. You'll need a CPU with 300 MHz or more to play back an MPEG system stream with 25 frames -per secons (fps) at full speed. +per seconds (fps) at full speed. .SH "SEE ALSO" SMPEG home page at http://www.lokigames.com/development/smpeg.php3 diff -u -r old/smpeg-0.4.5+cvs20030824/plaympeg.1 new/smpeg-0.4.5+cvs20030824/plaympeg.1 --- old/smpeg-0.4.5+cvs20030824/plaympeg.1 2000-02-03 18:45:56.000000000 +0100 +++ new/smpeg-0.4.5+cvs20030824/plaympeg.1 2007-05-17 09:54:05.000000000 +0200 @@ -15,7 +15,7 @@ The video player works best on a 16 bit color depth X11 display, it works on other color depths with reduced speed as well. You'll need a CPU with 300 MHz or more to play back an MPEG system stream with 25 frames -per secons (fps) at full speed. +per seconds (fps) at full speed. .SH OPTIONS .TP diff -u -r old/smpeg-0.4.5+cvs20030824/smpeg.m4 new/smpeg-0.4.5+cvs20030824/smpeg.m4 --- old/smpeg-0.4.5+cvs20030824/smpeg.m4 2003-08-23 21:36:36.000000000 +0200 +++ new/smpeg-0.4.5+cvs20030824/smpeg.m4 2007-05-17 09:53:55.000000000 +0200 @@ -10,7 +10,7 @@ ACTION-IF-NOT-FOUND]]]) dnl Test for SMPEG, and define SMPEG_CFLAGS and SMPEG_LIBS dnl -AC_DEFUN(AM_PATH_SMPEG, +AC_DEFUN([AM_PATH_SMPEG], [dnl dnl Get the cflags and libraries from the smpeg-config script dnl

