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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
pipebench (0.40-8) unstable; urgency=medium
* Team upload.
* d/p/*: Add 000-ftbfs-with-gcc-14.patch (Closes: #1075387).
* d/control: Bump Standards-Version to 4.7.0.
* d/u/metadata: Rework metadata to comply with DEP-12.
* d/copyright: Add new copyright holder and year.
-- Sven Geuer <sge@debian.org> Tue, 13 Aug 2024 18:03:27 +0200
pipebench (0.40-7) unstable; urgency=medium
* Team upload.
[ Joao Eriberto Mota Filho ]
* debian/copyright:
- Converted the last paragraph of the GPL-2 in a comment.
- Updated packaging copyright years.
* debian/tests/control: set the first test as superficial.
* debian/watch:
- Dropped a search rule.
- Using a secure URI.
[ Debian Janitor ]
* Use correct machine-readable copyright file URI.
* Use secure URI in Homepage field.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.1, no changes needed.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Mon, 26 Dec 2022 01:49:44 -0300
pipebench (0.40-6) unstable; urgency=medium
* Team upload.
[ Joao Eriberto Mota Filho ]
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
* debian/control:
- Added 'Rules-Requires-Root: no' to source stanza.
- Bumped Standards-Version to 4.5.0.
- Removed empty Uploaders field.
* debian/copyright:
- Added packaging rights for Raphaël Hertzog and Samuel Henrique.
- Updated packaging copyright years.
* debian/fix-makefile: renamed to 010_fix-makefile.patch.
* debian/patches/:
- 020_fix-spelling-error.patch: created to fix a spelling error.
- 030_remove-dot.patch: created to remove a dot-slash from command.
* debian/tests/control: created to perform trivial CI tests.
* debian/watch: bumped to version 4.
[ Raphaël Hertzog ]
* Team upload.
* Drop Christophe Monniez from Uploaders.
[ Samuel Henrique ]
* Add salsa-ci.yml.
* Configure git-buildpackage for Debian.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 14 Apr 2020 23:53:58 -0300
pipebench (0.40-5) unstable; urgency=medium
* Team upload.
[ Raphaël Hertzog ]
* d/control:
- Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org
- Update team maintainer address to Debian Security Tools
[ SZ Lin (林上智) ]
* d/control:
- Bump Standards-Version to 4.2.1
- Bump debhelper version to 11
- Tidy the description of pipebench
* d/copyright:
- Replace "http" with "https" in URL
- Update copyright info.
* d/compat:
- Bump version to 11
* Add upstream metadata
-- SZ Lin (林上智) <szlin@debian.org> Thu, 30 Aug 2018 11:05:04 +0800
pipebench (0.40-4) unstable; urgency=medium
* Team upload.
* Migrations:
- debian/copyright to 1.0 format.
- debian/rules to new (reduced) format.
- DebSrc to 3.0 format.
- DH level to 9.
* debian/control:
- Added the word 'forensics' to long description.
- Bumped Standards-Version to 3.9.6.
- Updated the Vcs-* fields.
* debian/copyright: updated all information.
* debian/dirs: added to create some directories.
* debian/docs: added to install the README file.
* debian/patches/fix-makefile: created to add GCC hardening and fix the
install path.
* debian/pipebench.install: removed. Using a patch to fix the Makefile.
* debian/pipebench.manpages: removed. Using a patch to fix the Makefile.
* debian/source.lintian-overrides: removed. Using 'Team upload' now.
* debian/watch: created.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Mon, 20 Jul 2015 21:54:14 -0300
pipebench (0.40-3) unstable; urgency=low
* Updating package to standards version 3.8.2.
* Adding lintian overrides.
-- Daniel Baumann <daniel@debian.org> Thu, 09 Jul 2009 12:19:50 +0200
pipebench (0.40-2) unstable; urgency=low
* Updating vcs fields.
* Prefixing debhelper files with package name.
* Updating to standards 3.8.1.
* Updating year in copyright file.
* Tidy rules file.
-- Daniel Baumann <daniel@debian.org> Thu, 28 May 2009 21:54:15 +0200
pipebench (0.40-1) unstable; urgency=low
[ Christophe Monniez ]
* Initial release (Closes: #465271).
* Bumping package to debhelper 6
* Adapted copyright file to be machine-readable
* Changed package section admin to utils
* Changed package priority from extra to optional
* Changed maintainer to debian-forensics
* Added a homepage field in the control file
* Added git fields in the control file
* Adapted Makefile with a DESTDIR
* Removed manpage from the install rule in Makefile
* Cleaned debian/rules
* Removed traces of configure-stamp in debian/rules
* Finally adding a debian/dirs file, remove was not a good idea
* Changed architecture from i386 to any
* Adding ITP bug number to changelog
[ Daniel Baumann ]
* Removing useless whitespaces.
* Some minor cleanups.
* Removing README from docs, no useful information in there.
* Using dedicated manpages file.
* Removing not required target depends in rules.
* Don't hide make errors in clean target of rules.
* Cleaning up target depends in rules.
* Correcting copyright file.
* Correcting typo in copyright.
* Updating to standards 3.8.0.
* Upgrading package to debhelper 7.
* Updating formatting of copyright file.
* Reverting direct modification on Makefile.
* Using debhelper install file to install binaries.
-- Daniel Baumann <daniel@debian.org> Sun, 14 Sep 2008 10:30:00 +0200
|