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
|
cortado (0.6.0-4) unstable; urgency=medium
* Team upload.
* Use compat level 11.
* Declare compliance with Debian Policy 4.1.3.
* Move the package to salsa.debian.org.
* Add utf8-encoding.patch to fix FTBFS with Java 9.
* Add sun.audio-Java-9.patch and fix another FTBFS with Java 9...
Thanks to Adrian Bunk for the report. (Closes: #893128)
-- Markus Koschany <apo@debian.org> Sun, 18 Mar 2018 00:27:17 +0100
cortado (0.6.0-3) unstable; urgency=medium
* Team upload.
* Vcs-Browser: Use https.
* Declare compliance with Debian Policy 3.9.6.
* Remove Onkar Shinde from Uploaders. He is not active anymore.
* Switch from cdbs to dh sequencer.
* Make the build reproducible by using SOURCE_DATE_EPOCH and the latest
changelog timestamp. Thanks to Dhole for the report and patch.
(Closes: #794248)
-- Markus Koschany <apo@debian.org> Sat, 23 Jan 2016 17:37:58 +0100
cortado (0.6.0-2) unstable; urgency=low
* Team upload.
* Adjust the packaging for the new Apache 2.4 web server.
- Rename apache2 to cortado.conf and install the server configuration with
cortado.install to /etc/apache2/conf-available.
- Convert cortado.postinst and cortado.postrm to use
apache2-maintscript-helper. Do not rely on files in
/usr/share/doc/cortado anymore. Thanks to Andreas Beckmann for the report.
(Closes: #710263)
- Add cortado.maintscript to ensure the old web server configuration is
preserved during an upgrade from Wheezy to Jessie and moved to the
new conf-available directory.
* Bump compat level to 9 and require debhelper >= 9.
* debian/control:
- Bump Standards-Version to 3.9.4, no changes.
- Use canonical VCS-URI.
- Use a different short description for libcortado-java.
- Remove alternative apache2-mpm-worker dependency because it is obsolete.
- Remove ucf dependency, not needed.
- Downgrade dependency on apache2 | httpd to Recommends because web
applications should not depend unconditionally on apache2.
- cortado: Relax dependency on libcortado-java to (>= ${source:Version})
- Remove obsolete Replaces field for libcortado-java.
* Fix lintian warning copyright-refers-to-symlink-license.
* Remove destdir.diff patch. It was not applied anyway.
* Add DEP3 headers to 01_fix_build.diff patch.
* Update README.Debian.
* Run wrap-and-sort -sa.
-- Markus Koschany <apo@gambaru.de> Sun, 22 Sep 2013 17:38:39 +0200
cortado (0.6.0-1) unstable; urgency=low
* New upstream release
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Remove Build-Depends: quilt.
* Minor fixes for get-orig-source.
-- Torsten Werner <twerner@debian.org> Sat, 03 Sep 2011 17:53:12 +0200
cortado (0.5.2-1) unstable; urgency=low
* New upstream release.
* debian/control
- Add a new package libcortado-java which other packages can use as
dependency without pulling apache. (Closes: 564621)
- Add appropriate depends/replaces for new package.
- Update standards version to 3.8.4.
* debian/rules, debian/libcortado-java.links
- Install jar files and symlinks in libcortado-java package.
* debian/cortado.postinst, debian/cortado.postrm
- Rename old files so that they belong to cortado package only.
-- Onkar Shinde <onkarshinde@ubuntu.com> Fri, 19 Feb 2010 00:16:25 +0530
cortado (0.5.1-1) unstable; urgency=low
* New upstream release. (Closes: #553148)
* debian/control
- Add myself to uploaders.
- Add Vcs-* headers.
- Update standards version to 3.8.3.
- Remove ${shlibs:Depends} dependency.
- Update homepage.
* debian/source/format
- Add to specify source format 3.0.
* debian/rules
- Remove patchsys-quilt.mk. Not needed with source format 3.0.
- Update argument prefix. Remove destdir.
- Add real_version.
* debian/patches/
- 01_fix_build.diff: New patch to fix various build problems.
- destdir.diff: Remove. Not needed anymore.
- series: Update for new patch.
* debian/watch, debian/copyright
- Update source website.
-- Onkar Shinde <onkarshinde@ubuntu.com> Tue, 10 Nov 2009 19:07:47 +0530
cortado (0.2.2-4) unstable; urgency=low
* Change Maintainer: Debian Java Maintainers.
-- Torsten Werner <twerner@debian.org> Sun, 28 Jun 2009 20:23:14 +0200
cortado (0.2.2-3) unstable; urgency=low
* Drop jikes from Build-Depends (Closes: #528050)
* Switch to default-jdk for building the package
* Bump Standards-Version to 3.8.1
* Add Homepage header field
-- Varun Hiremath <varun@debian.org> Tue, 12 May 2009 19:46:22 -0400
cortado (0.2.2-2) unstable; urgency=low
* Add a symlink /usr/share/java/cortado.jar to conform to the java policy.
* minor fixes in postinst and postrm
-- Torsten Werner <twerner@debian.org> Sun, 22 Apr 2007 20:36:12 +0200
cortado (0.2.2-1) unstable; urgency=low
[ Varun Hiremath ]
* Initial release (Closes: #405429)
[ Torsten Werner ]
* Add apache2 configuration.
* Add some sample HTML files.
* Add README.Debian.
* Add myself to Uploaders.
-- Torsten Werner <twerner@debian.org> Wed, 3 Jan 2007 17:48:46 +0100
|