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
|
gcp (0.2.1-1) unstable; urgency=medium
* New upstream release (Closes: #923677).
* debian/control:
+ Bump standard version (no changes needed).
+ Build-depend on debhelper-compat and bump compatibility to 13.
+ Stop requiring root to build.
* debian/rules:
+ Simplify rules by using the execute_before feature.
* debian/copyright:
+ Update upstream information.
* debian/compat:
+ Remove.
* debian/upstream/metadata:
+ Add new file to document upstream information.
-- Thomas Preud'homme <robotux@debian.org> Sat, 19 Sep 2020 23:10:25 +0100
gcp (0.2.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Update dependencies for the switch to python3.
+ Add build dependency on dh-python and dependency on ${python3:Depends}.
+ Bump standard version.
+ Update Vcs fields.
+ Update homepage.
* debian/rules:
+ Enable dh-python.
+ Adapt invocation of test_gcp.py for testing.
* debian/watch:
+ Update to newer location.
* debian/copyright:
+ Update copyright information.
* Update name of documentation to install from README to README.md and
remove duplicate directive to install it.
* Install CHANGELOG.
* Rename debhelper files to not embed package name.
-- Thomas Preud'homme <robotux@debian.org> Tue, 05 Feb 2019 23:45:51 +0000
gcp (0.1.3-5) unstable; urgency=medium
* debian/control:
+ Build-Depend on dbus rather than dbus-x11 for testing (Closes: #836096).
+ Drop Build-depend on xvfb and xauth.
+ Depend on default-dbus-session-bus or dbus-session-bus to guarantee a
dbus session will be available (Closes: #854006).
* debian/rules:
+ Use dbus-run-session instead of xvfb-run.
-- Thomas Preud'homme <robotux@debian.org> Sat, 17 Feb 2018 14:13:11 +0000
gcp (0.1.3-4) unstable; urgency=medium
* debian/control:
+ Switch dependency for gobject to python-gobject-2
package. (Closes: #890149)
+ Update debhelper's build-dependency version.
+ Set priority to optional.
+ Use secure and canonical VCS URIs.
+ Bump standard version.
* debian/copyright:
+ Use HTTPS URL for format field.
* debian/compat:
+ Bump compat version.
-- Thomas Preud'homme <robotux@debian.org> Wed, 14 Feb 2018 23:20:58 +0000
gcp (0.1.3-3) unstable; urgency=low
* debian/control:
+ Bump compatibility to 9 (no changes needed).
+ Update maintainer email address.
* debian/copyright:
+ Update maintainer email address.
-- Thomas Preud'homme <robotux@celest.fr> Sun, 26 Aug 2012 14:03:05 +0200
gcp (0.1.3-2) unstable; urgency=low
* The "jwilk-reviewed" Debian release.
* debian/copyright:
+ Add missing dots in Expat license statement.
+ Use correct license short name: GPL-3+.
+ Put GPL-3+ in a separate license stanza, as required.
+ Use 1.0 DEP5 copyright.
+ Update copyright years.
* debian/control:
+ Promote debhelper from Build-Depends-Indep to Build-Depends since dh is
used in the clean target (Thanks ansgar).
+ Remove initial capital in package synopsis.
+ Add build dependencies needed to run build time tests.
+ Change the version build dependency on debhelper from (>= 8.0.0) to
(>= 8).
+ Bump Standards-Version to 3.9.3 (no changes needed)
* debian/rules:
+ Remove useless comments.
+ Activate build time tests.
* debian/patches:
+ Fix some typos in README and gcp manpage (thanks jwilk).
+ Provide more meaningful traceback in case of exception related to dbus
(thanks jwilk).
-- Thomas Preud'homme <robotux@celest.fr> Sat, 02 Jun 2012 10:03:30 +0200
gcp (0.1.3-1) unstable; urgency=low
* New upstream release:
+ Improve timestamp preservation and document its limit. (Closes: #626787)
+ Enhance manual: mention default options and document possible attributes
for --preserve option
+ Copy of a directory with a target name fixed.
* Drop files and patches merged upstream:
+ 0002-Improve-precision-of-timestamp-when-preserving-it.patch
+ debian/gcp.1
* Move debhelper from Build-Depends to Build-Depends-Indep.
* debian/copyright:
+ Document global license and copyright
* debian/watch:
+ Make second part of the URL match against gcp-version.tar.bz2 instead of
gcp_version.tar.bz2.
-- Thomas Preud'homme <robotux@celest.fr> Tue, 21 Jun 2011 00:16:29 +0200
gcp (0.1.1-2) unstable; urgency=low
* Fix typos in gcp manpages
* Bump Standards-Version from 3.9.1 to 3.9.2
* debian/rules:
+ Fix *.mo files generation.
* debian/copyright:
+ Update to DEP5 candidate format.
-- Thomas Preud'homme <robotux@celest.fr> Mon, 03 Jan 2011 10:01:08 +0100
gcp (0.1.1-1) unstable; urgency=low
* Initial release (Closes: #604178).
* Create a manpage for gcp.
* debian/patches:
- gcp also suggest to install python-progressbar when it is absent.
* debian/copyright:
- Use DEP5 format.
-- Thomas Preud'homme <robotux@celest.fr> Mon, 24 Nov 2010 13:22:25 +0100
|