Hello,
again, another patch for the -ugly package. I cannot explain why dependencies on
the shared library packages are returned at all. These should be handled by
${shlib:Depends}.
Furthermore I modified the Homepage line as discussed before.
Cheers,
Fabian
--
Dipl.-Phys. Fabian Greffrath
Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum
Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail: [EMAIL PROTECTED]
Index: debian/extra
===================================================================
--- debian/extra (Revision 1245)
+++ debian/extra (Arbeitskopie)
@@ -10,7 +10,6 @@
case $2 in
lame)
echo "libmp3lame-dev (>= 3.91) | liblame-dev (>= 3.91) | lame-dev (>= 3.91)"
- echo "libmp3lame0 (>= 3.91) | liblame0 (>= 3.91)"
;;
*)
echo "ERROR invalid plugin: add your plugin to debian/extra"
@@ -30,7 +29,7 @@
This GStreamer plugin uses LAME to encode audio stream into a MPEG1 layer 3
compressed audio stream. This is commonly known as the "mp3" format.
.
- http://lame.sourceforge.net/
+ LAME Homepage: http://lame.sourceforge.net/
EOF
;;