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
|
vstream-client (1.2-6.1) unstable; urgency=low
* Non-maintainer upload.
- Move to packaging format "3.0 (quilt)"
* debian/compat
- Update to 8.
* debian/chnagelog
- Fix off by 1 bug number in " -dev does not need...".
* debian/control
- (Build-Depends): Update to debhelper 8.
- (Homepage): Update to current URL.
- (Standards-Version): Update to 3.9.2.
- (Depends): Add ${misc:Depends}.
- (vstream-client::Description): Remove article (Lintian).
- (vstream-client::Section): Remove inherited field.
- (Vsc-*): Move info from 'XS-VCS-GIT'.
- (XS-VCS-GIT): Delete.
* debian/copyright
- Point to GPL-2. Update layout. Remove URLs that no longer exist.
- Update upstream homepage URL.
* debian/rules
- Run configure with CC=gcc.
- (binary-arch): Update dh_installchangelogs to use $(CHANGELOG).
- (build-arch, build-indep): Add (Lintian).
- (get-changelog): New. Download download upstream change history.
- (clean): Fix bashism. Change rm -f *.so{,.1} to "rm -f *.so *.so.1".
Patch thanks to Chanchai Junlouchai <neverlock@gmail.com>
(important; Closes: #535423).
- (install) Update to dh_prep.
* debian/source/format
- New file.
* debian/upstream.changelog
- New file.
* debian/watch
- New file.
-- Jari Aalto <jari.aalto@cante.net> Fri, 18 Nov 2011 21:45:33 +0200
vstream-client (1.2-6) unstable; urgency=low
* Replaces older version to (Closes: #496884)
* -dev does not need to depend on -client (Closes: #496885)
-- Paul Hedderly <prh@debian.org> Fri, 29 Aug 2008 06:26:03 +0100
vstream-client (1.2-5) unstable; urgency=low
* Non-urgent change slipped in - only the creation of a lintian unclean
empty dir.
-- Paul Hedderly <prh@debian.org> Tue, 26 Aug 2008 20:35:25 +0100
vstream-client (1.2-4) unstable; urgency=low
* Moved the static libary to the right package (-dev) DOH! (Closes #495891)
-- Paul Hedderly <prh@debian.org> Tue, 26 Aug 2008 20:29:13 +0100
vstream-client (1.2-3) unstable; urgency=low
* Added Conflicts and Replaces libvstream-dev (Closes: Bug#494615)
-- Paul Hedderly <prh@debian.org> Wed, 20 Aug 2008 12:42:44 +0100
vstream-client (1.2-2) unstable; urgency=low
* Removed watch.ex and make rules call makshlibs
-- Paul Hedderly <prh@debian.org> Tue, 03 Jun 2008 22:19:01 +0100
vstream-client (1.2-1) unstable; urgency=low
* Initial release (no ITP)
-- Paul Hedderly <prh@debian.org> Fri, 16 May 2008 00:28:14 +0100
|