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
|
vcheck (1.2.1-7.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
debian/rules: drop all overrides.
They either duplicate debhelper's defaults or introduce this specific bug
by setting PREFIX.
(Closes: #795683)
* Drop debian/patches/debian-changes-1.2.1-7 which looks like a mistake.
* Drop debian/vcheck.install. Files are installed by upstream build system.
-- gregor herrmann <gregoa@debian.org> Wed, 26 Aug 2015 18:56:50 +0200
vcheck (1.2.1-7) unstable; urgency=low
* Hosted under git.debian.org (collab-main branch):
- http://git.debian.org/?p=collab-maint/vcheck.git
* debian/control:
- Maintainer: Email address updated.
- Added Vcs-Git and Vcs-Browser fields
- Updated debhelper dependency to (>= 7.0.50~)
- Added missing dependency on ${misc:Depends}
- Bump Standards-Version to 3.9.1:
- Drop dependency on dpatch
- Switch to dpkg-source 3.0 (quilt) format
* debian/rules:
- Replaced by the 'magic' debian/rules file.
* debian/patches:
- Added 02-prog-dldir-placeholder.diff (Closes:#535556)
* debian/copyright:
- Adapted to DEP5 (see: http://dep.debian.net/deps/dep5/)
-- Dario Minnucci <midget@debian.org> Fri, 11 Feb 2011 04:21:00 +0100
vcheck (1.2.1-6) unstable; urgency=low
* New maintainer (Closes: #245101)
* debian/control: Bumped Standards-Version to 3.7.2, no changes.
* debian/control: Build-Depends-Indep: moved to Build-Depends:
* debian/rules: Added 'dpatch' support.
* debian/control: Added 'dpatch' to Build-Depends:
* debian/control: Upgraded 'debhelper' version to 5
* debian/compat: Upgraded 'debhelper' version to 5
* Minor changes were made in order to fix Lintian issues when
building package from source (Closes: #413415)
-- Dario Minnucci <debian@midworld.net> Mon, 5 Mar 2007 01:33:31 +0100
vcheck (1.2.1-5) unstable; urgency=low
* debian/control: upgraded to Debian Policy 3.6.1 (no changes)
* debian/control: 'Maintainer' set to the'Debian QA Group'
* orphaned
-- Ardo van Rangelrooij <ardo@debian.org> Wed, 21 Apr 2004 08:40:34 -0500
vcheck (1.2.1-4) unstable; urgency=low
* debian/rules: moved debhelper compatibility level setting to
'debian/compat' per latest debhelper best practices
* debian/control: changed build dependency on 'debhelper' to '(>= 4.1)'
* debian/control: upgraded to Debian Policy 3.6.0 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Tue, 29 Jul 2003 20:04:58 -0500
vcheck (1.2.1-3) unstable; urgency=low
* debian/rules: fixed various small inconsistencies with other rules files
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 10 Aug 2002 12:05:29 -0500
vcheck (1.2.1-2) unstable; urgency=low
* debian/control: improved short description
(closes: Bug#154760)
-- Ardo van Rangelrooij <ardo@debian.org> Tue, 30 Jul 2002 18:34:43 -0500
vcheck (1.2.1-1) unstable; urgency=low
* Initial release
(closes: Bug#153781)
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 21 Jul 2002 15:52:10 -0500
|