1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
python-daap (0.7.1-4) unstable; urgency=low
* Team upload.
[ Sandro Tosi ]
* debian/watch
- updated to reflect new upstream website layout
* debian/python-daap.preinst
- removed, no longer needed
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Luca Falavigna ]
* Switch to dh_python2 (Closes: #786072).
-- Luca Falavigna <dktrkranz@debian.org> Sun, 14 Jun 2015 18:21:04 +0200
python-daap (0.7.1-3) unstable; urgency=low
[ Julien Lavergne ]
* debian/{control, rules}
- prepare for the upcoming Python 2.6 transition (taken from Ubuntu)
+ added versioned depend on python (>= 2.5.4-1~)
+ bump build-depends to debhelper (>= 5.0.38)
+ used --install-layout=deb to setup.py install call to let files be
installed under /usr instead of /usr/local
* debian/control:
- Bump Standards-Version to 3.8.2 (no change needed).
[ Sandro Tosi ]
* debian/{control, rules, python-daap.preinst}
- switch from python-central to python-support
* debian/copyright
- added copyright info for Debian packaging
-- Sandro Tosi <morph@debian.org> Wed, 12 Aug 2009 17:05:22 +0200
python-daap (0.7.1-2) unstable; urgency=low
* debian/control
- switch Vcs-Browser field to viewsvn
- updated my email address
- bump Standards-Version to 3.8.0 (no changes needed)
- added ${misc:Depends} to binary package Depends
* debian/watch
- updated due to upstream website changed
* debian/copyright
- clearly referring to LGPL-2 local file
* debian/rules
- merged 'rm' call into 'dh_clean' one
-- Sandro Tosi <morph@debian.org> Mon, 16 Feb 2009 00:57:36 +0100
python-daap (0.7.1-1) unstable; urgency=low
* New upstream release
* debian/patches/01_upstream_changes.dpatch
- deleted since merged upstream
* debian/control
- removed dpatch build-deb (no more needed)
* debian/rules
- removed dpatch stuff (no more needed)
-- Sandro Tosi <matrixhasu@gmail.com> Mon, 24 Mar 2008 00:29:47 +0100
python-daap (0.7-2) unstable; urgency=low
* Package adoption (Closes: #453831)
* debian/control
- team as maintainer
- me as uploader
- bump Standards-Version to 3.7.3
- dependency over debhelper at least for version 5 on
- dependency against dpatch
- added Homepage filed
- added Provides
- added Vcs-Svn and Vcs-Browser field
* debian/compat
- bump to 5
* debian/watch
- added
* debian/docs
- removed
* debian/rules
- add upstream changelog installation
- add doc installation in this file
- removed template header
- removed configure target since not needed
- installing examples
* debian/patches/01_upstream_changes.dpatch
- added to remove direct upstream code modification
* debian/copyright
- some reformatting
-- Sandro Tosi <matrixhasu@gmail.com> Tue, 29 Jan 2008 23:10:51 +0100
python-daap (0.7-1) unstable; urgency=low
* Orphaned.
* New upstream version.
* patch for 64-bits crasher bug. (Closes: #426046) Thanks Loïc Minier.
-- Jaldhar H. Vyas <jaldhar@debian.org> Thu, 18 Oct 2007 23:41:17 -0400
python-daap (0.4-1) unstable; urgency=low
* Initial Release. (Closes: #406293)
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 10 Jan 2007 03:07:50 -0500
|