From: <suc...@us...> - 2006-06-06 01:57:36
|
Revision: 40 Author: sucknblow Date: 2006-06-03 20:54:19 -0700 (Sat, 03 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=40&view=rev Log Message: ----------- Remove unnecessary packaging files. Don't include the Win32 libraries in the "make dist-bzip2" target, since we're not worrying about the Cygwin build. Modified Paths: -------------- trunk/debian/control trunk/debian/rules trunk/frontend/easypmp/cui/Makefile.am trunk/lib/gmi/Makefile.am trunk/lib/playlist/Makefile.am trunk/lib/pmp_iriverplus2/Makefile.am trunk/lib/pmp_iriverplus2/pmp_iriverplus2.c trunk/lib/pmp_irivnavi/Makefile.am trunk/lib/pmp_portalplayer1/Makefile.am Removed Paths: ------------- trunk/debian/postinst trunk/debian/postrm trunk/debian/preinst trunk/debian/prerm Modified: trunk/debian/control =================================================================== --- trunk/debian/control 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/debian/control 2006-06-04 03:54:19 UTC (rev 40) @@ -1,6 +1,6 @@ Source: pmplib Section: sound -Priority: optional +Priority: extra Maintainer: Martin Ellis <mar...@kd...> Build-Depends: debhelper (>= 4.0.0), libvorbis-dev, libid3tag0-dev, libmozjs-dev Standards-Version: 3.6.2 Deleted: trunk/debian/postinst =================================================================== --- trunk/debian/postinst 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/debian/postinst 2006-06-04 03:54:19 UTC (rev 40) @@ -1,42 +0,0 @@ -#! /bin/sh -# postinst script for easypmp -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <postinst> `configure' <most-recently-configured-version> -# * <old-postinst> `abort-upgrade' <new version> -# * <conflictor's-postinst> `abort-remove' `in-favour' <package> -# <new-version> -# * <deconfigured's-postinst> `abort-deconfigure' `in-favour' -# <failed-install-package> <version> `removing' -# <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# - -case "$1" in - configure) - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - Deleted: trunk/debian/postrm =================================================================== --- trunk/debian/postrm 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/debian/postrm 2006-06-04 03:54:19 UTC (rev 40) @@ -1,38 +0,0 @@ -#! /bin/sh -# postrm script for easypmp -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <postrm> `remove' -# * <postrm> `purge' -# * <old-postrm> `upgrade' <new-version> -# * <new-postrm> `failed-upgrade' <old-version> -# * <new-postrm> `abort-install' -# * <new-postrm> `abort-install' <old-version> -# * <new-postrm> `abort-upgrade' <old-version> -# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 Deleted: trunk/debian/preinst =================================================================== --- trunk/debian/preinst 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/debian/preinst 2006-06-04 03:54:19 UTC (rev 40) @@ -1,38 +0,0 @@ -#! /bin/sh -# preinst script for easypmp -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <new-preinst> `install' -# * <new-preinst> `install' <old-version> -# * <new-preinst> `upgrade' <old-version> -# * <old-preinst> `abort-upgrade' <new-version> -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - install|upgrade) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - Deleted: trunk/debian/prerm =================================================================== --- trunk/debian/prerm 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/debian/prerm 2006-06-04 03:54:19 UTC (rev 40) @@ -1,38 +0,0 @@ -#! /bin/sh -# prerm script for easypmp -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <prerm> `remove' -# * <old-prerm> `upgrade' <new-version> -# * <new-prerm> `failed-upgrade' <old-version> -# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version> -# * <deconfigured's-prerm> `deconfigure' `in-favour' -# <package-being-installed> <version> `removing' -# <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove|upgrade|deconfigure) - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/debian/rules 2006-06-04 03:54:19 UTC (rev 40) @@ -20,7 +20,7 @@ config.status: configure dh_testdir - LDFLAGS="$(LDFLAGS) -Wl,-z,defs" ./configure \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ Modified: trunk/frontend/easypmp/cui/Makefile.am =================================================================== --- trunk/frontend/easypmp/cui/Makefile.am 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/frontend/easypmp/cui/Makefile.am 2006-06-04 03:54:19 UTC (rev 40) @@ -17,9 +17,10 @@ util.h \ main.c +easypmp_CPPFLAGS = -I$(srcdir)/../common AM_CFLAGS = @CFLAGS@ -INCLUDES = @INCLUDES@ -I../common +INCLUDES = @INCLUDES@ AM_LDFLAGS = @LDFLAGS@ easypmp_CFLAGS = -DPMP_JSPL_DIR="\"$(prefix)/share/pmp/jspl\"" Modified: trunk/lib/gmi/Makefile.am =================================================================== --- trunk/lib/gmi/Makefile.am 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/lib/gmi/Makefile.am 2006-06-04 03:54:19 UTC (rev 40) @@ -16,7 +16,5 @@ $(top_builddir)/lib/filepath/libfilepath.la \ -no-undefined -EXTRA_DIST = contrib - AM_CFLAGS = @CFLAGS@ INCLUDES = @INCLUDES@ Modified: trunk/lib/playlist/Makefile.am =================================================================== --- trunk/lib/playlist/Makefile.am 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/lib/playlist/Makefile.am 2006-06-04 03:54:19 UTC (rev 40) @@ -27,10 +27,10 @@ $(JS_LIBS) EXTRA_DIST = \ - sample/artist.jspl \ - sample/artists.jspl \ - sample/top_ranking.jspl \ - contrib + jspl/artist.jspl \ + jspl/artists.jspl \ + jspl/playlist.js \ + jspl/top_ranking.jspl AM_CFLAGS = @CFLAGS@ INCLUDES = @INCLUDES@ Modified: trunk/lib/pmp_iriverplus2/Makefile.am =================================================================== --- trunk/lib/pmp_iriverplus2/Makefile.am 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/lib/pmp_iriverplus2/Makefile.am 2006-06-04 03:54:19 UTC (rev 40) @@ -25,7 +25,7 @@ iriverplus2_la_LDFLAGS = \ -no-undefined -module -avoid-version \ - -export-symbols ../pmp/pmp_plugin.sym + -export-symbols $(top_srcdir)/lib/pmp/pmp_plugin.sym iriverplus2_la_LIBADD = \ $(top_builddir)/lib/ucs2/libucs2.la \ Modified: trunk/lib/pmp_iriverplus2/pmp_iriverplus2.c =================================================================== --- trunk/lib/pmp_iriverplus2/pmp_iriverplus2.c 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/lib/pmp_iriverplus2/pmp_iriverplus2.c 2006-06-04 03:54:19 UTC (rev 40) @@ -24,6 +24,9 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif/*HAVE_CONFIG_H*/ +#ifdef HAVE_STRING_H +#include <string.h> +#endif/*HAVE_STRING_H*/ #include <os.h> #include <stdio.h> Modified: trunk/lib/pmp_irivnavi/Makefile.am =================================================================== --- trunk/lib/pmp_irivnavi/Makefile.am 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/lib/pmp_irivnavi/Makefile.am 2006-06-04 03:54:19 UTC (rev 40) @@ -15,7 +15,7 @@ irivnavi_la_LDFLAGS = \ -no-undefined -module -avoid-version \ - -export-symbols ../pmp/pmp_plugin.sym + -export-symbols $(top_srcdir)/lib/pmp/pmp_plugin.sym irivnavi_la_LIBADD = \ $(top_builddir)/lib/ucs2/libucs2.la \ Modified: trunk/lib/pmp_portalplayer1/Makefile.am =================================================================== --- trunk/lib/pmp_portalplayer1/Makefile.am 2006-06-04 02:27:26 UTC (rev 39) +++ trunk/lib/pmp_portalplayer1/Makefile.am 2006-06-04 03:54:19 UTC (rev 40) @@ -29,7 +29,7 @@ portalplayer1_la_LDFLAGS = \ -no-undefined -module -avoid-version \ - -export-symbols ../pmp/pmp_plugin.sym + -export-symbols $(top_srcdir)/lib/pmp/pmp_plugin.sym portalplayer1_la_LIBADD = \ $(top_builddir)/lib/ucs2/libucs2.la \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <suc...@us...> - 2006-06-06 19:36:56
|
Revision: 52 Author: sucknblow Date: 2006-06-06 10:43:27 -0700 (Tue, 06 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=52&view=rev Log Message: ----------- Add 'pmp' prefix to shared libraries that install to /usr/lib (except to libpmp.so itself) - reducing chances of conflicts with other packages. Modified Paths: -------------- trunk/debian/easypmp.install trunk/frontend/easypmp/cui/Makefile.am trunk/lib/filepath/Makefile.am trunk/lib/gmi/Makefile.am trunk/lib/playlist/Makefile.am trunk/lib/pmp/Makefile.am trunk/lib/pmp_iriverplus2/Makefile.am trunk/lib/pmp_irivnavi/Makefile.am trunk/lib/pmp_portalplayer1/Makefile.am trunk/lib/ucs2/Makefile.am Modified: trunk/debian/easypmp.install =================================================================== --- trunk/debian/easypmp.install 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/debian/easypmp.install 2006-06-06 17:43:27 UTC (rev 52) @@ -1,8 +1,4 @@ -debian/tmp/usr/lib/libucs2.so.* -debian/tmp/usr/lib/libfilepath.so.* -debian/tmp/usr/lib/libgmi.so.* -debian/tmp/usr/lib/libplaylist.so.* -debian/tmp/usr/lib/libpmp.so.* +debian/tmp/usr/lib/libpmp*.so.* debian/tmp/usr/lib/pmplib/*.so debian/tmp/usr/lib/pmplib/*.la debian/tmp/usr/bin/easypmp Modified: trunk/frontend/easypmp/cui/Makefile.am =================================================================== --- trunk/frontend/easypmp/cui/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/frontend/easypmp/cui/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -26,8 +26,8 @@ easypmp_CFLAGS = -DPMP_JSPL_DIR="\"$(prefix)/share/@PACKAGE@/jspl\"" easypmp_LDADD = \ - $(top_builddir)/lib/ucs2/libucs2.la \ - $(top_builddir)/lib/filepath/libfilepath.la \ - $(top_builddir)/lib/gmi/libgmi.la \ - $(top_builddir)/lib/playlist/libplaylist.la \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ + $(top_builddir)/lib/filepath/libpmpfilepath.la \ + $(top_builddir)/lib/gmi/libpmpgmi.la \ + $(top_builddir)/lib/playlist/libpmpplaylist.la \ $(top_builddir)/lib/pmp/libpmp.la Modified: trunk/lib/filepath/Makefile.am =================================================================== --- trunk/lib/filepath/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/filepath/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -1,14 +1,14 @@ # $Id$ -lib_LTLIBRARIES = libfilepath.la +lib_LTLIBRARIES = libpmpfilepath.la -libfilepath_la_SOURCES = \ +libpmpfilepath_la_SOURCES = \ ../../include/filepath.h \ filepath_posix.c \ rel2abs.c -libfilepath_la_LDFLAGS = \ - $(top_builddir)/lib/ucs2/libucs2.la \ +libpmpfilepath_la_LDFLAGS = \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ -no-undefined AM_CFLAGS = @CFLAGS@ Modified: trunk/lib/gmi/Makefile.am =================================================================== --- trunk/lib/gmi/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/gmi/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -1,8 +1,8 @@ # $Id$ -lib_LTLIBRARIES = libgmi.la +lib_LTLIBRARIES = libpmpgmi.la -libgmi_la_SOURCES = \ +libpmpgmi_la_SOURCES = \ ../../include/gmi.h \ gmi_mp3.c \ gmi_wma.c \ @@ -10,10 +10,10 @@ gmi_vorbis.c \ gmi.c -libgmi_la_LDFLAGS = \ +libpmpgmi_la_LDFLAGS = \ @ID3TAG_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ @VORBISFILE_LIBS@ \ - $(top_builddir)/lib/ucs2/libucs2.la \ - $(top_builddir)/lib/filepath/libfilepath.la \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ + $(top_builddir)/lib/filepath/libpmpfilepath.la \ -no-undefined AM_CFLAGS = @CFLAGS@ Modified: trunk/lib/playlist/Makefile.am =================================================================== --- trunk/lib/playlist/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/playlist/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -7,23 +7,23 @@ jspl/artists.jspl \ jspl/top_ranking.jspl -lib_LTLIBRARIES = libplaylist.la +lib_LTLIBRARIES = libpmpplaylist.la -libplaylist_la_SOURCES = \ +libpmpplaylist_la_SOURCES = \ ../../include/playlist.h \ rw_m3u.c \ rw_pls.c \ playlist.c \ jspl.c -libplaylist_la_CPPFLAGS = $(JS_CFLAGS) +libpmpplaylist_la_CPPFLAGS = $(JS_CFLAGS) -libplaylist_la_LDFLAGS = \ +libpmpplaylist_la_LDFLAGS = \ -no-undefined -libplaylist_la_LIBADD = \ - $(top_builddir)/lib/ucs2/libucs2.la \ - $(top_builddir)/lib/filepath/libfilepath.la \ +libpmpplaylist_la_LIBADD = \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ + $(top_builddir)/lib/filepath/libpmpfilepath.la \ $(JS_LIBS) EXTRA_DIST = \ Modified: trunk/lib/pmp/Makefile.am =================================================================== --- trunk/lib/pmp/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/pmp/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -14,8 +14,8 @@ -no-undefined libpmp_la_LIBADD = \ - $(top_builddir)/lib/ucs2/libucs2.la \ - $(top_builddir)/lib/filepath/libfilepath.la \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ + $(top_builddir)/lib/filepath/libpmpfilepath.la \ $(LIBLTDL) EXTRA_DIST = pmp_plugin.sym Modified: trunk/lib/pmp_iriverplus2/Makefile.am =================================================================== --- trunk/lib/pmp_iriverplus2/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/pmp_iriverplus2/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -28,8 +28,8 @@ -export-symbols $(top_srcdir)/lib/pmp/pmp_plugin.sym iriverplus2_la_LIBADD = \ - $(top_builddir)/lib/ucs2/libucs2.la \ - $(top_builddir)/lib/filepath/libfilepath.la \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ + $(top_builddir)/lib/filepath/libpmpfilepath.la \ $(top_builddir)/lib/pmp/libpmp.la AM_CFLAGS = @CFLAGS@ Modified: trunk/lib/pmp_irivnavi/Makefile.am =================================================================== --- trunk/lib/pmp_irivnavi/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/pmp_irivnavi/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -18,8 +18,8 @@ -export-symbols $(top_srcdir)/lib/pmp/pmp_plugin.sym irivnavi_la_LIBADD = \ - $(top_builddir)/lib/ucs2/libucs2.la \ - $(top_builddir)/lib/filepath/libfilepath.la \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ + $(top_builddir)/lib/filepath/libpmpfilepath.la \ $(top_builddir)/lib/pmp/libpmp.la AM_CFLAGS = @CFLAGS@ Modified: trunk/lib/pmp_portalplayer1/Makefile.am =================================================================== --- trunk/lib/pmp_portalplayer1/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/pmp_portalplayer1/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -32,8 +32,8 @@ -export-symbols $(top_srcdir)/lib/pmp/pmp_plugin.sym portalplayer1_la_LIBADD = \ - $(top_builddir)/lib/ucs2/libucs2.la \ - $(top_builddir)/lib/filepath/libfilepath.la \ + $(top_builddir)/lib/ucs2/libpmpucs2.la \ + $(top_builddir)/lib/filepath/libpmpfilepath.la \ $(top_builddir)/lib/pmp/libpmp.la AM_CFLAGS = @CFLAGS@ Modified: trunk/lib/ucs2/Makefile.am =================================================================== --- trunk/lib/ucs2/Makefile.am 2006-06-06 00:35:56 UTC (rev 51) +++ trunk/lib/ucs2/Makefile.am 2006-06-06 17:43:27 UTC (rev 52) @@ -1,13 +1,13 @@ # $Id$ -lib_LTLIBRARIES = libucs2.la +lib_LTLIBRARIES = libpmpucs2.la -libucs2_la_SOURCES = \ +libpmpucs2_la_SOURCES = \ ../../include/ucs2char.h \ ucs2char.c \ ucs2char_iconv.c -libucs2_la_LDFLAGS = @ICONV_LIBS@ -no-undefined +libpmpucs2_la_LDFLAGS = @ICONV_LIBS@ -no-undefined AM_CFLAGS = @CFLAGS@ INCLUDES = @INCLUDES@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <suc...@us...> - 2006-06-08 02:57:49
|
Revision: 56 Author: sucknblow Date: 2006-06-07 10:17:28 -0700 (Wed, 07 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=56&view=rev Log Message: ----------- Lintian override for library names Modified Paths: -------------- trunk/debian/easypmp.install Added Paths: ----------- trunk/debian/lintian/ trunk/debian/lintian/easypmp Modified: trunk/debian/easypmp.install =================================================================== --- trunk/debian/easypmp.install 2006-06-06 20:15:18 UTC (rev 55) +++ trunk/debian/easypmp.install 2006-06-07 17:17:28 UTC (rev 56) @@ -4,3 +4,4 @@ debian/tmp/usr/bin/easypmp debian/tmp/usr/share/pmplib/* debian/tmp/usr/share/doc/easypmp/* +debian/lintian/easypmp usr/share/lintian/overrides Added: trunk/debian/lintian/easypmp =================================================================== --- trunk/debian/lintian/easypmp (rev 0) +++ trunk/debian/lintian/easypmp 2006-06-07 17:17:28 UTC (rev 56) @@ -0,0 +1,7 @@ +# The project name is pmplib, but we avoid using the library +# name 'libpmplib...', in favour of the less redundant 'libpmp...'. +# +# While we're not shipping a separate library packages, it makes +# more sense for the package to be named after the binary, rather +# than the libraries, anyway. +easypmp binary: package-name-doesnt-match-sonames This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <suc...@us...> - 2006-06-29 16:48:52
|
Revision: 74 Author: sucknblow Date: 2006-06-29 09:48:46 -0700 (Thu, 29 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=74&view=rev Log Message: ----------- Update supported device lists. Modified Paths: -------------- trunk/debian/control trunk/frontend/easypmp/cui/easypmp.1 Modified: trunk/debian/control =================================================================== --- trunk/debian/control 2006-06-28 03:56:06 UTC (rev 73) +++ trunk/debian/control 2006-06-29 16:48:46 UTC (rev 74) @@ -25,9 +25,8 @@ * iRiver H10 MTP (with emergency connect mode) * iRiver H10Jr. UMS * iRiver U10 UMS - * MEDION MDJuke220 - * MEDION MDJuke440 - * Samsung YH-820 + * MEDION MDJuke220 and MDJuke 440 + * Samsung YH-820, YH-920 and YH-925 . A typical usage of easypmp is to connect the media player to the computer; mount it as if it were a normal USB disk; remove some music files from the Modified: trunk/frontend/easypmp/cui/easypmp.1 =================================================================== --- trunk/frontend/easypmp/cui/easypmp.1 2006-06-28 03:56:06 UTC (rev 73) +++ trunk/frontend/easypmp/cui/easypmp.1 2006-06-29 16:48:46 UTC (rev 74) @@ -62,9 +62,8 @@ * iRiver H10 MTP (with emergency connect mode) * iRiver H10Jr. UMS * iRiver U10 UMS - * MEDION MDJuke220 - * MEDION MDJuke440 - * Samsung YH-820 + * MEDION MDJuke220 and MDJuke440 + * Samsung YH-820, YH-920 and YH-925 Note that some of the iRiver devices listed above may not support UMS as shipped. For example, in Europe and the United States, the iRiver This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <suc...@us...> - 2006-07-06 18:08:22
|
Revision: 124 Author: sucknblow Date: 2006-07-06 11:08:18 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=124&view=rev Log Message: ----------- Don't include the README file in the Debian package, it doesn't say anything that debian/copyright doesn't. Remove redundant call to dh_installexamples - there are none. Modified Paths: -------------- trunk/debian/rules Removed Paths: ------------- trunk/debian/docs Deleted: trunk/debian/docs =================================================================== --- trunk/debian/docs 2006-07-06 17:01:48 UTC (rev 123) +++ trunk/debian/docs 2006-07-06 18:08:18 UTC (rev 124) @@ -1 +0,0 @@ -README Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2006-07-06 17:01:48 UTC (rev 123) +++ trunk/debian/rules 2006-07-06 18:08:18 UTC (rev 124) @@ -69,7 +69,6 @@ dh_testroot dh_installchangelogs ChangeLog dh_installdocs - dh_installexamples dh_install # dh_installmenu dh_installman This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |