Author: apo-guest Date: 2016-01-23 16:56:11 +0000 (Sat, 23 Jan 2016) New Revision: 18959
Added: tags/cortado/0.6.0-3/ tags/cortado/0.6.0-3/debian/README.Debian tags/cortado/0.6.0-3/debian/changelog tags/cortado/0.6.0-3/debian/control tags/cortado/0.6.0-3/debian/libcortado-java.install tags/cortado/0.6.0-3/debian/libcortado-java.links tags/cortado/0.6.0-3/debian/rules Removed: tags/cortado/0.6.0-3/debian/README.Debian tags/cortado/0.6.0-3/debian/changelog tags/cortado/0.6.0-3/debian/control tags/cortado/0.6.0-3/debian/libcortado-java.links tags/cortado/0.6.0-3/debian/rules Log: [svn-buildpackage] Tagging cortado 0.6.0-3 Deleted: tags/cortado/0.6.0-3/debian/README.Debian =================================================================== --- trunk/cortado/debian/README.Debian 2016-01-20 14:35:12 UTC (rev 18957) +++ tags/cortado/0.6.0-3/debian/README.Debian 2016-01-23 16:56:11 UTC (rev 18959) @@ -1,19 +0,0 @@ -cortado applet for Debian -------------------------- - -If you are using apache2 you will find all applets in the directory cortado in -the DocumentRoot of your web server. The actual configuration file is -/etc/apache2/conf-available/cortado.conf. If you are using another httpd you -must configure it for yourself. You will find some sample HTML files in -/usr/share/doc/cortado/examples. - -The package installs 3 jar files: - -1. cortado-ovt.jar supporting Ogg/Vorbis+Theora -2. cortado-ov.jar supporting Ogg/Vorbis -3. cortado-mmjs.jar supporting Multipart/Mulaw+Smoke+Jpeg - -For your convenience there is a symlink cortado.jar that links to the 1. -version. - -Markus Koschany <[email protected]> Sun Sep 22 15:19:16 CET 2013 Copied: tags/cortado/0.6.0-3/debian/README.Debian (from rev 18958, trunk/cortado/debian/README.Debian) =================================================================== --- tags/cortado/0.6.0-3/debian/README.Debian (rev 0) +++ tags/cortado/0.6.0-3/debian/README.Debian 2016-01-23 16:56:11 UTC (rev 18959) @@ -0,0 +1,18 @@ +cortado applet for Debian +------------------------- + +If you are using apache2 you will find all applets in the directory cortado in +the DocumentRoot of your web server. The actual configuration file is +/etc/apache2/conf-available/cortado.conf. If you are using another httpd you +must configure it for yourself. You will find some sample HTML files in +/usr/share/doc/cortado/examples. + +The package installs 3 jar files: + +1. cortado-ovt.jar supporting Ogg/Vorbis+Theora +2. cortado-ov.jar supporting Ogg/Vorbis +3. cortado-mmjs.jar supporting Multipart/Mulaw+Smoke+Jpeg + +For your convenience there is a symlink cortado.jar that links to the 1. +version. + Deleted: tags/cortado/0.6.0-3/debian/changelog =================================================================== --- trunk/cortado/debian/changelog 2016-01-20 14:35:12 UTC (rev 18957) +++ tags/cortado/0.6.0-3/debian/changelog 2016-01-23 16:56:11 UTC (rev 18959) @@ -1,116 +0,0 @@ -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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Tue, 10 Nov 2009 19:07:47 +0530 - -cortado (0.2.2-4) unstable; urgency=low - - * Change Maintainer: Debian Java Maintainers. - - -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Wed, 3 Jan 2007 17:48:46 +0100 - Copied: tags/cortado/0.6.0-3/debian/changelog (from rev 18958, trunk/cortado/debian/changelog) =================================================================== --- tags/cortado/0.6.0-3/debian/changelog (rev 0) +++ tags/cortado/0.6.0-3/debian/changelog 2016-01-23 16:56:11 UTC (rev 18959) @@ -0,0 +1,129 @@ +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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Tue, 10 Nov 2009 19:07:47 +0530 + +cortado (0.2.2-4) unstable; urgency=low + + * Change Maintainer: Debian Java Maintainers. + + -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Wed, 3 Jan 2007 17:48:46 +0100 + Deleted: tags/cortado/0.6.0-3/debian/control =================================================================== --- trunk/cortado/debian/control 2016-01-20 14:35:12 UTC (rev 18957) +++ tags/cortado/0.6.0-3/debian/control 2016-01-23 16:56:11 UTC (rev 18959) @@ -1,53 +0,0 @@ -Source: cortado -Section: utils -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: - Varun Hiremath <[email protected]>, - Torsten Werner <[email protected]>, - Onkar Shinde <[email protected]> -Build-Depends: - ant, - cdbs, - debhelper (>= 9), - default-jdk, - junit -Standards-Version: 3.9.4 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/cortado/ -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/cortado/ -Homepage: http://theora.org/cortado/ - -Package: cortado -Architecture: all -Depends: - libcortado-java (>= ${source:Version}), - ${misc:Depends} -Recommends: - apache2 | httpd -Description: streaming applet for Ogg formats - By embedding the cortado applet in your website, you can give viewers access - to streams from either the Flumotion streaming server or any HTTP server - providing multimedia files without the need for a locally installed media - player supporting the correct formats on the visitor's computer. Cortado - currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis - library), Mulaw audio, MJPEG and Flumotion's Smoke codec. - . - The package will automatically be configured for apache2 but can be used with - any other HTTP server. Some HTML files are included as examples of how to use - the applet. - -Package: libcortado-java -Section: java -Architecture: all -Depends: - ${misc:Depends} -Description: streaming applet for Ogg formats -- shared components - By embedding the cortado applet in your website, you can give viewers access - to streams from either the Flumotion streaming server or any HTTP server - providing multimedia files without the need for a locally installed media - player supporting the correct formats on the visitor's computer. Cortado - currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis - library), Mulaw audio, MJPEG and Flumotion's Smoke codec. - . - The package cotains the actual jar files that can be used by other programs to - provide Theora playback capability. Copied: tags/cortado/0.6.0-3/debian/control (from rev 18958, trunk/cortado/debian/control) =================================================================== --- tags/cortado/0.6.0-3/debian/control (rev 0) +++ tags/cortado/0.6.0-3/debian/control 2016-01-23 16:56:11 UTC (rev 18959) @@ -0,0 +1,51 @@ +Source: cortado +Section: utils +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: + Varun Hiremath <[email protected]>, + Torsten Werner <[email protected]>, +Build-Depends: + ant, + debhelper (>= 9), + default-jdk, + junit +Standards-Version: 3.9.6 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/cortado/ +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/cortado/ +Homepage: http://theora.org/cortado/ + +Package: cortado +Architecture: all +Depends: + libcortado-java (>= ${source:Version}), + ${misc:Depends} +Recommends: + apache2 | httpd +Description: streaming applet for Ogg formats + By embedding the cortado applet in your website, you can give viewers access + to streams from either the Flumotion streaming server or any HTTP server + providing multimedia files without the need for a locally installed media + player supporting the correct formats on the visitor's computer. Cortado + currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis + library), Mulaw audio, MJPEG and Flumotion's Smoke codec. + . + The package will automatically be configured for apache2 but can be used with + any other HTTP server. Some HTML files are included as examples of how to use + the applet. + +Package: libcortado-java +Section: java +Architecture: all +Depends: + ${misc:Depends} +Description: streaming applet for Ogg formats -- shared components + By embedding the cortado applet in your website, you can give viewers access + to streams from either the Flumotion streaming server or any HTTP server + providing multimedia files without the need for a locally installed media + player supporting the correct formats on the visitor's computer. Cortado + currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis + library), Mulaw audio, MJPEG and Flumotion's Smoke codec. + . + The package cotains the actual jar files that can be used by other programs to + provide Theora playback capability. Copied: tags/cortado/0.6.0-3/debian/libcortado-java.install (from rev 18958, trunk/cortado/debian/libcortado-java.install) =================================================================== --- tags/cortado/0.6.0-3/debian/libcortado-java.install (rev 0) +++ tags/cortado/0.6.0-3/debian/libcortado-java.install 2016-01-23 16:56:11 UTC (rev 18959) @@ -0,0 +1 @@ +output/dist/applet/*.jar usr/share/cortado Deleted: tags/cortado/0.6.0-3/debian/libcortado-java.links =================================================================== --- trunk/cortado/debian/libcortado-java.links 2016-01-20 14:35:12 UTC (rev 18957) +++ tags/cortado/0.6.0-3/debian/libcortado-java.links 2016-01-23 16:56:11 UTC (rev 18959) @@ -1,2 +0,0 @@ -/usr/share/cortado/cortado.jar /usr/share/java/cortado.jar - Copied: tags/cortado/0.6.0-3/debian/libcortado-java.links (from rev 18958, trunk/cortado/debian/libcortado-java.links) =================================================================== --- tags/cortado/0.6.0-3/debian/libcortado-java.links (rev 0) +++ tags/cortado/0.6.0-3/debian/libcortado-java.links 2016-01-23 16:56:11 UTC (rev 18959) @@ -0,0 +1,6 @@ +usr/share/cortado/cortado-ovt-stripped-0.6.0.jar usr/share/java/cortado.jar +usr/share/cortado/cortado-mmjs-stripped-0.6.0.jar usr/share/cortado/cortado-mmjs.jar +usr/share/cortado/cortado-ov-stripped-0.6.0.jar usr/share/cortado/cortado-ov.jar +usr/share/cortado/cortado-ovt-stripped-0.6.0.jar usr/share/cortado/cortado-ovt.jar +usr/share/cortado/cortado-ovtk-stripped-0.6.0.jar usr/share/cortado/cortado-ovtk.jar + Deleted: tags/cortado/0.6.0-3/debian/rules =================================================================== --- trunk/cortado/debian/rules 2016-01-20 14:35:12 UTC (rev 18957) +++ tags/cortado/0.6.0-3/debian/rules 2016-01-23 16:56:11 UTC (rev 18959) @@ -1,22 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -JAVA_HOME = /usr/lib/jvm/default-java - -DEB_ANT_INSTALL_TARGET = install_applet -DEB_ANT_CLEAN_TARGET = distclean -DEB_ANT_ARGS += -Dprefix=$(CURDIR)/debian/libcortado-java/usr -Dbuild.type=stripped -Dreal_version=$(DEB_UPSTREAM_VERSION) - -SHAREDIR := /usr/share/cortado -install/libcortado-java:: - for type in ov ovt mmjs; do \ - ln -s $(SHAREDIR)/cortado-$${type}-stripped-$(DEB_UPSTREAM_VERSION).jar \ - $(CURDIR)/debian/libcortado-java/$(SHAREDIR)/cortado-$${type}.jar; \ - done - ln -s $(SHAREDIR)/cortado-ovt-stripped-$(DEB_UPSTREAM_VERSION).jar \ - $(CURDIR)/debian/libcortado-java/$(SHAREDIR)/cortado.jar - -get-orig-source:: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename Copied: tags/cortado/0.6.0-3/debian/rules (from rev 18958, trunk/cortado/debian/rules) =================================================================== --- tags/cortado/0.6.0-3/debian/rules (rev 0) +++ tags/cortado/0.6.0-3/debian/rules 2016-01-23 16:56:11 UTC (rev 18959) @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +export JAVA_HOME=/usr/lib/jvm/default-java +export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog --count 1 -SDate)" +%s) +PKD := $(abspath $(dir $(MAKEFILE_LIST))) +DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1) + +%: + dh $@ --parallel --buildsystem=ant + +override_dh_auto_build: + dh_auto_build -- \ + -Dprefix=$(CURDIR)/debian/libcortado-java/usr \ + -Dbuild.type=stripped \ + -Dreal_version=$(DEB_UPSTREAM_VERSION) \ + -DDATE=$(shell date -u -d @$(SOURCE_DATE_EPOCH) +"%Y-%m-%d") \ + install_applet + +override_dh_auto_clean: + dh_auto_clean -- distclean + +get-orig-source:: + uscan --download-current-version --force-download --rename _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

