--- musiclibrarian-1.6.orig/debian/docs
+++ musiclibrarian-1.6/debian/docs
@@ -0,0 +1,4 @@
+NEWS
+README
+README.plugins
+TODO
--- musiclibrarian-1.6.orig/debian/music-librarian.1
+++ musiclibrarian-1.6/debian/music-librarian.1
@@ -0,0 +1,35 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH MUSIC-LIBRARIAN 1 "October 12, 2003"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+music-librarian \- organize music files on your hard drive
+.SH SYNOPSIS
+.B music-librarian
+.RI [ dirs ]
+.SH DESCRIPTION
+This manual page documents the
+.B music-librarian
+command.
+\fBmusic-librarian\fP is a GUI program to manage a collection of music.
+It manipulates a "library": one or more music files stored underneath
+one or more directories. If it is started with arguments, they
+indicate the library to open; otherwise, no library will be opened
+initially.
+.SH SEE ALSO
+.BR /usr/share/doc/musiclibrarian/README
+.SH AUTHOR
+This manual page was written by Daniel Burrows <dburrows@debian.org>.
--- musiclibrarian-1.6.orig/debian/menu
+++ musiclibrarian-1.6/debian/menu
@@ -0,0 +1,2 @@
+?package(musiclibrarian):needs="X11" section="Applications/Sound"\
+ title="Music Librarian" command="/usr/bin/music-librarian"
--- musiclibrarian-1.6.orig/debian/rules
+++ musiclibrarian-1.6/debian/rules
@@ -0,0 +1,53 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+clean:
+ dh_testdir
+ dh_testroot
+
+ python setup.py clean
+
+ rm -rf build
+ rm -f build-stamp configure-stamp
+
+ dh_clean
+
+# Nothing to do to build the package.
+build:
+
+install:
+ dh_testdir
+ dh_testroot
+
+ python ./setup.py install --no-compile --prefix=$(CURDIR)/debian/musiclibrarian/usr
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installman debian/music-librarian.1
+ dh_installmenu
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_pycentral
+ rm -rf $(CURDIR)/debian/musiclibrarian/usr/lib
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep
+.PHONY: clean binary-indep binary install build
--- musiclibrarian-1.6.orig/debian/changelog
+++ musiclibrarian-1.6/debian/changelog
@@ -0,0 +1,82 @@
+musiclibrarian (1.6-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Bump versioned build-deps for debhelper and python-central.
+ * XS-Python-Version: all. (Closes: #445399).
+ * Add Copyright holder to debian/copyright.
+ + Link to GPL-2.
+ * Add Homepage field.
+ + Remove upstream URL from package description.
+ * Bump compat to 5 to match debhelper build-dep.
+ * Bump Standards Version to 3.7.3.
+ + Menu policy transition.
+
+ -- Barry deFreese <bddebian@comcast.net> Tue, 12 Feb 2008 22:36:16 -0500
+
+musiclibrarian (1.6-2) unstable; urgency=low
+
+ * Try to follow the new Python policy. (Closes: #380878)
+
+ * Fix the FSF address in debian/copyright.
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 4 Sep 2006 07:39:52 -0700
+
+musiclibrarian (1.6-1) unstable; urgency=low
+
+ * New upstream release
+
+ * Works with the new non-backwards-compatible libglade2, and declares an
+ appropriate versioned dependency on it. (Closes: ##287462)
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 29 Dec 2004 14:27:47 -0800
+
+musiclibrarian (1.5-2) unstable; urgency=low
+
+ * The "Don't break testing" release.
+
+ * The new version of musiclibrarian requires PyGTK 2.4; acknowledge this
+ in control (and since PyGTK 2.4 seems not to be in sarge yet, this
+ means the new musiclibrarian is unlikely to enter sarge).
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 26 Oct 2004 21:07:58 -0400
+
+musiclibrarian (1.5-1) unstable; urgency=low
+
+ * New upstream release
+ - Fixes has_attr/hasattr in the Edit Tags function. (Closes: #235795)
+ - When an error occurs while saving/loading files, it is now (hopefully)
+ caught and presented, albiet in an ugly way, to the user.
+ Closes: #236091, #270637
+ - When editing the tags of an MP3 file (via Edit Tags), a dropdown
+ list of valid genres is presented. Closes: #235925, although the
+ same thing should be done when directly editing items in the tree
+ interface.
+ * Correct the binary name in the manpage. (Closes: #235922)
+ * Quote all strings in the menu file (lintian warning).
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 25 Oct 2004 18:52:42 -0400
+
+musiclibrarian (1.2-2) unstable; urgency=low
+
+ * Add Build-Depends on python-dev. (Closes: #221078)
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 18 Nov 2003 18:13:53 -0500
+
+musiclibrarian (1.2-1) unstable; urgency=low
+
+ * New upstream release
+ - Don't run out of file descriptors by holding mp3 files open "forever".
+ (Closes: #216913)
+ - Fix a typo (hasattr vs has_attr) that prevented you from opening an
+ editing dialog for a file without a title tag. (Closes: #216915)
+ - Be more robust than python-id3 about badly formed id3 tags. (works
+ around bug #217246)
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 23 Oct 2003 18:34:25 -0400
+
+musiclibrarian (1.1-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 12 Oct 2003 12:37:37 -0400
+
--- musiclibrarian-1.6.orig/debian/pycompat
+++ musiclibrarian-1.6/debian/pycompat
@@ -0,0 +1 @@
+2
--- musiclibrarian-1.6.orig/debian/control
+++ musiclibrarian-1.6/debian/control
@@ -0,0 +1,24 @@
+Source: musiclibrarian
+Section: sound
+Priority: optional
+Maintainer: Daniel Burrows <dburrows@debian.org>
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.3)
+Build-Depends-Indep: python-central (>= 0.6)
+Standards-Version: 3.7.3
+XS-Python-Version: all
+Homepage: http://alioth.debian.org/projects/musiclibrarian
+
+Package: musiclibrarian
+Architecture: all
+Depends: ${python:Depends}, python-gtk2 (>= 2.4.0), python-glade2, python-pyvorbis, python-id3, python-pyao, python-pymad, libglade2-0 (>= 1:2.4.1)
+XB-Python-Version: ${python:Versions}
+Description: A simple GUI tool to organize collections of music
+ Music Librarian is a tool to assist you in organizing your collection
+ of music files. It provides an interface from which you can view the
+ list of files in your collection and modify the tags of one or more
+ files.
+ .
+ Music Librarian handles ogg files natively, but also has support for
+ the legacy mp3 format. It displays music in a hierarchical
+ organization according to one of several rules, and allows you to
+ undo any number of changes to files.
--- musiclibrarian-1.6.orig/debian/copyright
+++ musiclibrarian-1.6/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Daniel Burrows <dburrows@debian.org> on
+Sun, 12 Oct 2003 12:37:37 -0400.
+
+It was downloaded from http://alioth.debian.org/projects/musiclibrarian.
+
+Upstream Author: Daniel Burrows <dburrows@debian.org>
+
+Copyright: Copyright (C) 2003-2004 Daniel Burrows <dburrows@debian.org>
+
+ 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; version 2 dated June, 1991.
+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 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-2'.
+
--- musiclibrarian-1.6.orig/debian/compat
+++ musiclibrarian-1.6/debian/compat
@@ -0,0 +1 @@
+5