debian/0000775000000000000000000000000011650472734007201 5ustar debian/control0000664000000000000000000000132011650471426010575 0ustar Source: mplinuxman Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Lukas Fittl Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev, libusb-dev Homepage: http://mplinuxman.sourceforge.net/ Standards-Version: 3.9.2 Package: mplinuxman Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: mp3 player manager for mpman F50/F60 Mplinuxman is a file manager program for the Mpman F60/F50 USB portable MP3 player, for Linux. It lets you send/receive files to your MP3 player using a graphical user interface (Gtk2) and features playlists, ID3 tags on the player and more. debian/compat0000664000000000000000000000000211646540700010371 0ustar 7 debian/mplinuxman.links0000664000000000000000000000010611650472710012422 0ustar /usr/share/man/man1/mputil.1.gz /usr/share/man/man1/mputil_smart.1.gz debian/rules0000775000000000000000000000032311650463642010255 0ustar #!/usr/bin/make -f export SYSTEM_LIBUSB = 1 %: dh $@ override_dh_auto_install: $(MAKE) install DESTDIR=$(CURDIR)/debian/mplinuxman PREFIX=/usr override_dh_installchangelogs: dh_installchangelogs CHANGES debian/patches/0000775000000000000000000000000011650472413010622 5ustar debian/patches/09_translations_installation.patch0000664000000000000000000000336311650471073017463 0ustar Description: move translation directories creation to install.sh, and use source file for German translation Author: Ilya Barygin --- mplinuxman-1.5.orig/po/install.sh +++ mplinuxman-1.5/po/install.sh @@ -6,8 +6,7 @@ for name in `find *.po 2> /dev/null`; do MOFILE=`echo $name | sed s/po/mo/` msgfmt $name -o $MOFILE - mv -v $MOFILE $LOCALE_DIR/`echo $MOFILE | sed s/.mo//`/LC_MESSAGES/$LOCALE_PACKAGE.mo + MOLANG=`echo $MOFILE | sed s/.mo//` + mkdir -p $LOCALE_DIR/$MOLANG/LC_MESSAGES/ + mv -v $MOFILE $LOCALE_DIR/$MOLANG/LC_MESSAGES/$LOCALE_PACKAGE.mo done - -# copy binary version of german translation, (no source available) -cp -v "german compiled"/mplinuxman.mo $LOCALE_DIR/de/LC_MESSAGES --- mplinuxman-1.5.orig/makefile +++ mplinuxman-1.5/makefile @@ -55,21 +55,15 @@ install-po: sh po/install.sh -install: all +install: all install-po install -d -m 0755 $(DESTDIR)$(PREFIX)/bin install -d -m 0755 $(DESTDIR)$(PREFIX)/share/applications install -d -m 0755 $(DESTDIR)$(PREFIX)/share/pixmaps - install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/de/LC_MESSAGES - install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/es/LC_MESSAGES - install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/fr/LC_MESSAGES - install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/ja/LC_MESSAGES - install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/nl/LC_MESSAGES install -m 0755 mplinuxman $(DESTDIR)$(PREFIX)/bin install -m 0755 extra/mp_util/mputil $(DESTDIR)$(PREFIX)/bin cd $(DESTDIR)$(PREFIX)/bin && ln -s mputil mputil_smart install -m 0644 mplinuxman.desktop $(DESTDIR)$(PREFIX)/share/applications/mplinuxman.desktop install -m 0644 logo.xpm $(DESTDIR)$(PREFIX)/share/pixmaps/mplinuxman.xpm - sh po/install.sh distclean: clean debian/patches/04_fix_old_dot_desktop_values.patch0000664000000000000000000000165111646527647017572 0ustar Description: Deprecated atributes removed from .desktop file, and others are corrected to comply with recommendations about these files in Ubuntu. . Forwarded: not-needed Author: Sebastian Carneiro Last-Update: 2011-05-06 Index: mplinuxman-1.5/mplinuxman.desktop =================================================================== --- mplinuxman-1.5.orig/mplinuxman.desktop 2011-05-06 21:41:09.664746252 -0300 +++ mplinuxman-1.5/mplinuxman.desktop 2011-05-06 21:43:50.673544651 -0300 @@ -1,14 +1,12 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=Mplinuxman Name[nl]=Mplinuxman Comment=Manage your MPMan portable mp3 player Comment[nl]=Beheer uw MPMan draagbare mp3 speler Exec=mplinuxman -Icon=/usr/local/share/pixmaps/mplinuxman.xpm +Icon=mplinuxman Terminal=false Type=Application StartupNotify=true -Categories=GNOME;Application;Utility; -GenericName[nl_NL]= +Categories=GNOME;GTK;Utility; debian/patches/02_buffer-overflow.patch0000664000000000000000000000052311646536063015265 0ustar Description: Fix buffer overflow. Author: Ilya Barygin --- mplinuxman-1.4.orig/mainwindow.c +++ mplinuxman-1.4/mainwindow.c @@ -300,7 +300,7 @@ GList* entries= NULL; GList* p; gint n, n2; - gchar size_str[51]; + gchar size_str[61]; GtkStatusbar* stat; int i; gsize bytes_read; debian/patches/03_spelling.patch0000664000000000000000000000405411646543724013776 0ustar Description: Fix spelling error. Author: Ilya Barygin --- mplinuxman-1.5.orig/mainwindow.c +++ mplinuxman-1.5/mainwindow.c @@ -165,7 +165,7 @@ break; default: snprintf(title,50,_("Error")); - snprintf(msg,511,_("An unkown error occurred")); + snprintf(msg,511,_("An unknown error occurred")); break; } --- mplinuxman-1.5.orig/po/fr.po +++ mplinuxman-1.5/po/fr.po @@ -287,7 +287,7 @@ "Assurez-vous que le périphérique n'est pas plein" #: mainwindow.c:145 -msgid "An unkown error occurred" +msgid "An unknown error occurred" msgstr "Une erreur inconnue est survenue" #: mainwindow.c:175 mainwindow.c:1512 --- mplinuxman-1.5.orig/po/ja.po +++ mplinuxman-1.5/po/ja.po @@ -288,7 +288,7 @@ "デバイスがいっぱいでないか確認してください" #: mainwindow.c:145 -msgid "An unkown error occurred" +msgid "An unknown error occurred" msgstr "不明なエラーが発生" #: mainwindow.c:175 mainwindow.c:1512 --- mplinuxman-1.5.orig/po/nl.po +++ mplinuxman-1.5/po/nl.po @@ -298,7 +298,7 @@ #: mainwindow.c:168 #, c-format -msgid "An unkown error occurred" +msgid "An unknown error occurred" msgstr "Een onbekende fout heeft plaatsgevonden" #: mainwindow.c:246 --- mplinuxman-1.5.orig/po/mplinuxman.pot +++ mplinuxman-1.5/po/mplinuxman.pot @@ -275,7 +275,7 @@ #: mainwindow.c:168 #, c-format -msgid "An unkown error occurred" +msgid "An unknown error occurred" msgstr "" #: mainwindow.c:246 --- mplinuxman-1.5.orig/po/es.po +++ mplinuxman-1.5/po/es.po @@ -284,7 +284,7 @@ "Asegúrese de que la unidad no esté llena" #: mainwindow.c:145 -msgid "An unkown error occurred" +msgid "An unknown error occurred" msgstr "Ocurrió un error desconocido" #: mainwindow.c:175 mainwindow.c:1512 --- mplinuxman-1.5.orig/po/de.po +++ mplinuxman-1.5/po/de.po @@ -284,7 +284,7 @@ "Stellen Sie sicher, dass das Gerät nicht voll ist" #: mainwindow.c:145 -msgid "An unkown error occurred" +msgid "An unknown error occurred" msgstr "Ein unbekannter Fehler trat auf" #: mainwindow.c:175 mainwindow.c:1512 debian/patches/01_missing-include.patch0000664000000000000000000000214611646537500015244 0ustar Description: Add missing #includes where they're necessary. Author: Ilya Barygin --- mplinuxman-1.5.orig/mp3util.c +++ mplinuxman-1.5/mp3util.c @@ -1,4 +1,5 @@ #include +#include #include #include "mp3util.h" --- mplinuxman-1.5.orig/main.c +++ mplinuxman-1.5/main.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include --- mplinuxman-1.5.orig/libusb/descriptors.c +++ mplinuxman-1.5/libusb/descriptors.c @@ -7,6 +7,7 @@ */ #include +#include #include "usbi.h" int usb_get_descriptor(usb_dev_handle *udev, unsigned char type, unsigned char index, void *buf, int size) --- mplinuxman-1.5.orig/ini/ini.c +++ mplinuxman-1.5/ini/ini.c @@ -1,6 +1,7 @@ #include #include +#include #include "ini.h" --- mplinuxman-1.5.orig/extra/mp_util/mputil.c +++ mplinuxman-1.5/extra/mp_util/mputil.c @@ -1,4 +1,5 @@ #include +#include #include #include "f60lib.h" #include "mp3util.h" debian/patches/11_system_flags.patch0000664000000000000000000000277611650463604014662 0ustar Description: use system CFLAGS and LDFLAGS Author: Ilya Barygin --- mplinuxman-1.5.orig/makefile +++ mplinuxman-1.5/makefile @@ -18,13 +18,13 @@ LIBUSB_OBJFILES = usb.o error.o descriptors.o linux.o endif CC = gcc -CFLAGS = $(COMPILERFLAGS) $(INCLUDE) +CFLAGS := $(COMPILERFLAGS) $(INCLUDE) $(CFLAGS) HEADERFILES = dirdialog.h mplinux.h useful.h mputil3.h OBJECTFILES = dirdialog.o main.o mainwindow.o useful.o mp3util.o playlist.o waitdialog.o mplist.o miscwindow.o mplinuxman : $(OBJECTFILES) f60lib.o ini.o $(LIBUSB_OBJFILES) - $(CC) $(CFLAGS) -o mplinuxman $(OBJECTFILES) f60lib.o ini.o $(LIBUSB_OBJFILES) $(LIBS) && echo -e "\nDone\nTo install mplinuxman use (this requires root privileges): make install\n" + $(CC) $(CFLAGS) $(LDFLAGS) -o mplinuxman $(OBJECTFILES) f60lib.o ini.o $(LIBUSB_OBJFILES) $(LIBS) && echo -e "\nDone\nTo install mplinuxman use (this requires root privileges): make install\n" extra/mp_util/mputil: $(MAKE) -C extra/mp_util --- mplinuxman-1.5.orig/extra/mp_util/makefile +++ mplinuxman-1.5/extra/mp_util/makefile @@ -3,7 +3,7 @@ endif mputil: mputil.c ../../f60lib/f60lib.c ../../mp3util.c - gcc $(LIBUSB_CFLAGS) -I../../ -I../../f60lib -I../../libusb mputil.c ../../f60lib/f60lib.c ../../mp3util.c $(LIBUSB_SOURCES) $(LIBUSB_LIBS) -o mputil + gcc $(LIBUSB_CFLAGS) $(CFLAGS) $(LDFLAGS) -I../../ -I../../f60lib -I../../libusb mputil.c ../../f60lib/f60lib.c ../../mp3util.c $(LIBUSB_SOURCES) $(LIBUSB_LIBS) -o mputil ln -s mputil mputil_smart clean: debian/patches/10_system_libusb.patch0000664000000000000000000000504311650462214015027 0ustar Description: Add an option to use system libusb instead of bundled one Author: Ilya Barygin --- mplinuxman-1.5.orig/makefile +++ mplinuxman-1.5/makefile @@ -2,20 +2,29 @@ all: mplinuxman extra/mp_util/mputil -INCLUDE = `pkg-config --cflags gthread-2.0` `pkg-config --cflags gtk+-2.0` -Ilibusb -LIBS = `pkg-config --libs gthread-2.0` `pkg-config --libs gtk+-2.0` +INCLUDE = $(shell pkg-config --cflags gthread-2.0 gtk+-2.0) +LIBS = $(shell pkg-config --libs gthread-2.0 gtk+-2.0) export LOCALE_PACKAGE=mplinuxman export LOCALE_DIR=$(DESTDIR)$(PREFIX)/share/locale # remove -D NLS=1 if you want to disable international language support (gettext) COMPILERFLAGS = -O -D MP_VERSION='"1.5"' -D PACKAGE='"$(LOCALE_PACKAGE)"' -D LOCALE_DIR='"$(LOCALE_DIR)"' -D NLS="1" +ifdef SYSTEM_LIBUSB + export LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb) -DUSE_SYSTEM_LIBUSB + COMPILERFLAGS += $(LIBUSB_CFLAGS) + export LIBUSB_LIBS = $(shell pkg-config --libs libusb) + LIBS += $(LIBUSB_LIBS) +else + INCLUDE += -Ilibusb + LIBUSB_OBJFILES = usb.o error.o descriptors.o linux.o +endif CC = gcc CFLAGS = $(COMPILERFLAGS) $(INCLUDE) HEADERFILES = dirdialog.h mplinux.h useful.h mputil3.h OBJECTFILES = dirdialog.o main.o mainwindow.o useful.o mp3util.o playlist.o waitdialog.o mplist.o miscwindow.o -mplinuxman : $(OBJECTFILES) f60lib.o ini.o usb.o error.o descriptors.o linux.o - $(CC) $(CFLAGS) -o mplinuxman $(OBJECTFILES) f60lib.o ini.o usb.o error.o descriptors.o linux.o $(LIBS); echo -e "\nDone\nTo install mplinuxman use (this requires root privileges): make install\n" +mplinuxman : $(OBJECTFILES) f60lib.o ini.o $(LIBUSB_OBJFILES) + $(CC) $(CFLAGS) -o mplinuxman $(OBJECTFILES) f60lib.o ini.o $(LIBUSB_OBJFILES) $(LIBS) && echo -e "\nDone\nTo install mplinuxman use (this requires root privileges): make install\n" extra/mp_util/mputil: $(MAKE) -C extra/mp_util --- mplinuxman-1.5.orig/extra/mp_util/makefile +++ mplinuxman-1.5/extra/mp_util/makefile @@ -1,5 +1,9 @@ +ifndef SYSTEM_LIBUSB +LIBUSB_SOURCES = ../../libusb/linux.c ../../libusb/descriptors.c ../../libusb/usb.c ../../libusb/error.c +endif + mputil: mputil.c ../../f60lib/f60lib.c ../../mp3util.c - gcc -I../../ -I../../f60lib -I../../libusb mputil.c ../../f60lib/f60lib.c ../../mp3util.c ../../libusb/linux.c ../../libusb/descriptors.c ../../libusb/usb.c ../../libusb/error.c -o mputil + gcc $(LIBUSB_CFLAGS) -I../../ -I../../f60lib -I../../libusb mputil.c ../../f60lib/f60lib.c ../../mp3util.c $(LIBUSB_SOURCES) $(LIBUSB_LIBS) -o mputil ln -s mputil mputil_smart clean: debian/patches/series0000664000000000000000000000045211650460040012031 0ustar 01_missing-include.patch 02_buffer-overflow.patch 03_spelling.patch 04_fix_old_dot_desktop_values.patch 05_upgrade_makefile.patch 06_makefile-catch-rm-error.patch 07_correct_po_files.patch 08_missing_declaration.patch 09_translations_installation.patch 10_system_libusb.patch 11_system_flags.patch debian/patches/08_missing_declaration.patch0000664000000000000000000000055411646542350016177 0ustar Description: add missing function declaration Author: Ilya Barygin --- mplinuxman-1.5.orig/dirdialog.h +++ mplinuxman-1.5/dirdialog.h @@ -2,3 +2,5 @@ typedef void (*dirsel_callback)(gchar* filename,gint button); GtkWindow* dirsel_create_dialog(dirsel_callback user_func,gchar* path); + +gchar* dirsel_convert_if_needed(gchar* text); debian/patches/07_correct_po_files.patch0000664000000000000000000000126511646527647015515 0ustar Description: Corrects invalid Charset value in es.po . Forwarded: not-needed Author: Sebastian Carneiro Last-Update: 2011-05-07 Index: mplinuxman-1.5/po/es.po =================================================================== --- mplinuxman-1.5.orig/po/es.po 2011-05-08 00:34:19.340700341 -0300 +++ mplinuxman-1.5/po/es.po 2011-05-08 00:34:31.000000000 -0300 @@ -11,7 +11,7 @@ "Last-Translator: Marcos Mainar Lalmolda \n" "Language-Team: Español (Spanish) \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: main.c:156 debian/patches/05_upgrade_makefile.patch0000664000000000000000000001013511650470744015440 0ustar Description: Makefile upgrade to utilize dh utilities, parameterizing file locations on installation targets, and removing unneeded targets. . Forwarded: not-needed Author: Sebastian Carneiro Last-Update: 2011-05-07 --- mplinuxman-1.5.orig/makefile +++ mplinuxman-1.5/makefile @@ -1,7 +1,11 @@ +PREFIX := /usr/local + +all: mplinuxman extra/mp_util/mputil + INCLUDE = `pkg-config --cflags gthread-2.0` `pkg-config --cflags gtk+-2.0` -Ilibusb LIBS = `pkg-config --libs gthread-2.0` `pkg-config --libs gtk+-2.0` export LOCALE_PACKAGE=mplinuxman -export LOCALE_DIR=/usr/local/share/locale +export LOCALE_DIR=$(DESTDIR)$(PREFIX)/share/locale # remove -D NLS=1 if you want to disable international language support (gettext) COMPILERFLAGS = -O -D MP_VERSION='"1.5"' -D PACKAGE='"$(LOCALE_PACKAGE)"' -D LOCALE_DIR='"$(LOCALE_DIR)"' -D NLS="1" CC = gcc @@ -11,8 +15,10 @@ OBJECTFILES = dirdialog.o main.o mainwindow.o useful.o mp3util.o playlist.o waitdialog.o mplist.o miscwindow.o mplinuxman : $(OBJECTFILES) f60lib.o ini.o usb.o error.o descriptors.o linux.o - $(CC) -o mplinuxman $(CFLAGS) $(LIBS) $(OBJECTFILES) f60lib.o ini.o usb.o error.o descriptors.o linux.o ; echo -e "\nDone\nTo install mplinuxman use (this requires root privileges): make install\n" + $(CC) $(CFLAGS) -o mplinuxman $(OBJECTFILES) f60lib.o ini.o usb.o error.o descriptors.o linux.o $(LIBS); echo -e "\nDone\nTo install mplinuxman use (this requires root privileges): make install\n" +extra/mp_util/mputil: + $(MAKE) -C extra/mp_util f60lib.o : f60lib/f60lib.c $(CC) -c $(CFLAGS) f60lib/f60lib.c @@ -36,9 +42,6 @@ $(OBJECTFILES) : %.o: %.c $(CC) -c $(CFLAGS) $< -clean: - rm mplinuxman *.o *~ ; exit 0 - #create message template file mplinuxman.pot in the po dir, then merge in any changes to the translated message files in po dir pot: xgettext -k_ -kN_ -ppo -o mplinuxman.pot main.c dirdialog.c miscwindow.c mainwindow.c waitdialog.c @@ -52,32 +55,25 @@ install-po: sh po/install.sh -install-launcher: - cp logo.xpm /usr/local/share/pixmaps/mplinuxman.xpm - cp mplinuxman.desktop /usr/local/share/applications - -install: - mkdir -p /usr/local/bin/ - cp mplinuxman /usr/local/bin - cd extra/mp_util && make && cp mputil /usr/local/bin && cd ../.. - mkdir -p /usr/local/share/pixmaps/ - cp logo.xpm /usr/local/share/pixmaps/mplinuxman.xpm - mkdir -p /usr/local/share/applications/ - cp mplinuxman.desktop /usr/local/share/applications - mkdir -p /usr/local/share/locale/de/LC_MESSAGES/ - mkdir -p /usr/local/share/locale/es/LC_MESSAGES/ - mkdir -p /usr/local/share/locale/fr/LC_MESSAGES/ - mkdir -p /usr/local/share/locale/ja/LC_MESSAGES/ - mkdir -p /usr/local/share/locale/nl/LC_MESSAGES/ +install: all + install -d -m 0755 $(DESTDIR)$(PREFIX)/bin + install -d -m 0755 $(DESTDIR)$(PREFIX)/share/applications + install -d -m 0755 $(DESTDIR)$(PREFIX)/share/pixmaps + install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/de/LC_MESSAGES + install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/es/LC_MESSAGES + install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/fr/LC_MESSAGES + install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/ja/LC_MESSAGES + install -d -m 0755 $(DESTDIR)$(PREFIX)/share/locale/nl/LC_MESSAGES + install -m 0755 mplinuxman $(DESTDIR)$(PREFIX)/bin + install -m 0755 extra/mp_util/mputil $(DESTDIR)$(PREFIX)/bin + cd $(DESTDIR)$(PREFIX)/bin && ln -s mputil mputil_smart + install -m 0644 mplinuxman.desktop $(DESTDIR)$(PREFIX)/share/applications/mplinuxman.desktop + install -m 0644 logo.xpm $(DESTDIR)$(PREFIX)/share/pixmaps/mplinuxman.xpm sh po/install.sh + +distclean: clean + +clean: + rm -f mplinuxman mputil mplinuxman.pot *.o *~ + $(MAKE) -C extra/mp_util clean -uninstall: - rm /usr/local/bin/mplinuxman - rm /usr/local/bin/mputil - rm /usr/local/share/pixmaps/mplinuxman.xpm - rm /usr/local/share/applications/mplinuxman.desktop - rm /usr/local/share/locale/de/LC_MESSAGES/mplinuxman.mo - rm /usr/local/share/locale/es/LC_MESSAGES/mplinuxman.mo - rm /usr/local/share/locale/fr/LC_MESSAGES/mplinuxman.mo - rm /usr/local/share/locale/ja/LC_MESSAGES/mplinuxman.mo - rm /usr/local/share/locale/nl/LC_MESSAGES/mplinuxman.mo debian/patches/06_makefile-catch-rm-error.patch0000664000000000000000000000060711650464063016555 0ustar Description: Makefile change to correctly erase some files at clean target. . Forwarded: not-needed Author: Sebastian Carneiro Last-Update: 2011-05-07 --- mplinuxman-1.5.orig/extra/mp_util/makefile +++ mplinuxman-1.5/extra/mp_util/makefile @@ -3,7 +3,7 @@ ln -s mputil mputil_smart clean: - rm mputil_smart - rm mputil + rm -f mputil_smart + rm -f mputil debian/mplinuxman.10000664000000000000000000000203211627501257011445 0ustar .TH "MPLINUXMAN" "1" .SH "NAME" mplinuxman \(em an mp3 player manager .SH "SYNOPSIS" .PP \fBmplinuxman\fR .SH "DESCRIPTION" .PP This manual page documents briefly the \fBmplinuxman\fR command. .PP This manual page was written for the \fBDebian\fP distribution because the original program does not have a manual page. .PP \fBmplinuxman\fR MPlinuxman is an mp3 player manager for the MPman F50 & F60 .SH "OPTIONS" .PP This command doesn't understand any commandline parameters. .SH AUTHOR mplinuxman was written by Tim O'Brien. .PP This manual page was written by Adrien Brochier for the \fBDebian\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man, wen 30 Nov 2005, 01:55 debian/copyright0000664000000000000000000000220111627501257011124 0ustar This package was debianized by Lukas Fittl on Mon, 13 Feb 2006 20:10:38 +0100 It was downloaded from http://sourceforge.net/projects/mplinuxman/ Upstream Authors: Tim O'Brien Copyright: Copyright (c) 1991-2005 Tim O'Brien License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/mplinuxman.manpages0000664000000000000000000000004411650472734013104 0ustar debian/mplinuxman.1 debian/mputil.1 debian/source/0000775000000000000000000000000011646536557010512 5ustar debian/source/format0000664000000000000000000000001411627501511011675 0ustar 3.0 (quilt) debian/mplinuxman.docs0000664000000000000000000000000711650357343012236 0ustar README debian/watch0000664000000000000000000000010611646527657010241 0ustar version = 3 http://sf.net/mplinuxman/mplinuxman-source-(.+)\.tar\.gz debian/mputil.10000664000000000000000000000067211650464752010603 0ustar .TH MPUTIL 1 .SH NAME mputil, mputil_smart \- command line utility for mpman .SH SYNOPSIS .B mputil [ .B del # | .B send .I filename | .B get # | .B help ] .SH DESCRIPTION .B mputil is a command line utility for listing, sending, receiving, or deleting files on mpman. It works with mp3 files only. When invoked as .B mputil_smart, smartcard media is used. .SH OPTIONS When used with no arguments, .B mputil prints list of files on mpman. debian/changelog0000664000000000000000000000504111650471521011044 0ustar mplinuxman (1.5-0ubuntu1) precise; urgency=low [ Sebastian Carneiro ] * New upstream version (LP: #181372) * debian/patches: - Patches 01_gcc-4.0-fixes.dpatch and 02_makefile-install.dpatch removed as they already are applied in upstream. - Added 04_fix_old_dot_desktop_values.patch to remove deprecated values and update references to absolute directories, and non compliant values. - Added 05_upgrade_makefile.patch to modify original makefile, removing unnecesary targets, parameterizing installation directories, and changing parameters order to link successfully under gcc 4.6 - Added 07_correct_po_files.patch to correct encoding values in file es.po. - Refreshed 05_upgrade_makefile.patch to correct wrong permission settings on non-executable files. - Added 06_makefile-catch-rm-error.patch to correct clean target on makefile for binary mp_util, adding -f modifier to rm command. [ Ilya Barygin ] * debian/rules: use dh 7. * Renumber and refresh remaining patches. * 08_missing_declaration.patch: fix implicit conversion of pointer to integer and back. * 09_translations_installation.patch: improve translations generation and installation procedure. * 10_system_libusb.patch: use system libusb instead of bundled version. * 11_system_flags.patch: use system CFLAGS and LDFLAGS. * Use upstream desktop file. * Add a manpage for new binary, mputil/mputil_smart. * debian/control: add Homepage field. -- Ilya Barygin Sat, 22 Oct 2011 11:39:38 +0400 mplinuxman (1.4-0ubuntu3) oneiric; urgency=low * Switch to source format 3.0 (quilt). Drop dpatch. * Add ${misc:Depends} to binary dependencies. * 03_missing-include.patch: add missing #includes. * 04_link.patch: fix linking error (LP: #770855). * 05_buffer-overflow.patch: fix a possible buffer overflow. * 06_spelling.patch: fix a typo in message. * Bump Standards-Version to 3.9.2. -- Ilya Barygin Wed, 31 Aug 2011 23:30:17 +0400 mplinuxman (1.4-0ubuntu2) gutsy; urgency=low * debian/control: Update maintainer fields according to debian- maintainer-field spec. -- Martin Pitt Wed, 15 Aug 2007 08:08:19 +0000 mplinuxman (1.4-0ubuntu1) dapper; urgency=low * Initial release - Added debian/patches/01_gcc-4.0-fixes.dpatch: Fixes the gcc-4.0 errors - Added debian/patches/02_makefile-install.dpatch: Adds an install target -- Lukas Fittl Mon, 13 Feb 2006 20:10:38 +0100