[pkg-java] r16520 - trunk/xslthl/debian
Mathieu Malaterre
malat at alioth.debian.org
Thu Apr 11 09:47:58 UTC 2013
Author: malat
Date: 2013-04-11 09:47:58 +0000 (Thu, 11 Apr 2013)
New Revision: 16520
Modified:
trunk/xslthl/debian/README.source
trunk/xslthl/debian/changelog
trunk/xslthl/debian/control
trunk/xslthl/debian/copyright
trunk/xslthl/debian/rules
Log:
Revert part of Eugene changes
Modified: trunk/xslthl/debian/README.source
===================================================================
--- trunk/xslthl/debian/README.source 2013-04-11 09:24:08 UTC (rev 16519)
+++ trunk/xslthl/debian/README.source 2013-04-11 09:47:58 UTC (rev 16520)
@@ -11,4 +11,4 @@
examples/ directory has been removed. It contained third party file, with
no clear license or conflicting license (eg. GPL)
- -- Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com> Tue, 23 Feb 2010 14:58:29 +0100
+ -- Mathieu Malaterre <malat at debian.org> Tue, 23 Feb 2010 14:58:29 +0100
Modified: trunk/xslthl/debian/changelog
===================================================================
--- trunk/xslthl/debian/changelog 2013-04-11 09:24:08 UTC (rev 16519)
+++ trunk/xslthl/debian/changelog 2013-04-11 09:47:58 UTC (rev 16520)
@@ -1,16 +1,25 @@
xslthl (2.1.0-1) UNRELEASED; urgency=low
+ [ Eugene Zhukov ]
* Team upload
- * New upsteam
- * New syntax configurations
- * New option for the Number highlighter: letterNoFollow
- * New option for the Heredoc highlighter: flag
- * New options for the Keyword highlighter
- * Updated keywords for PHP 5.3
- * Added LINQ keywords to C# configuration
- * Additional keywords added to Delphi configuration
- * Basic plugin support to load additional highlighter implementations in Java.
+ * Bump Std-Vers to 3.9.4, no changes needed
+ * Removed d/p/add_cmake.patch applied upstream
+ * New upsteam: 2.1.0
+ - New syntax configurations
+ - New option for the Number highlighter: letterNoFollow
+ - New option for the Heredoc highlighter: flag
+ - New options for the Keyword highlighter
+ - Updated keywords for PHP 5.3
+ - Added LINQ keywords to C# configuration
+ - Additional keywords added to Delphi configuration
+ - Basic plugin support to load additional highlighter implementations in Java.
+ [ Mathieu Malaterre ]
+ * Update d/copyright
+ * Use my @d.o alias
+ * Remove DMUA flag, not required
+ * Bump Std-Vers to 3.9.3, no changes needed
+
-- Eugene Zhukov <jevgeni.zh at gmail.com> Thu, 21 Feb 2013 16:05:33 +0200
xslthl (2.0.2-4) unstable; urgency=low
Modified: trunk/xslthl/debian/control
===================================================================
--- trunk/xslthl/debian/control 2013-04-11 09:24:08 UTC (rev 16519)
+++ trunk/xslthl/debian/control 2013-04-11 09:47:58 UTC (rev 16520)
@@ -7,9 +7,9 @@
Build-Depends-Indep: libsaxon-java (>= 6.5.5), libsaxonb-java (>= 9.1.0.8), libxalan2-java,
junit4
Standards-Version: 3.9.4
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xslthl
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/xslthl
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xslthl
-Homepage: http://xslthl.sourceforge.net
+Homepage: http://xslthl.sourceforge.net
Package: libxslthl-java
Architecture: all
Modified: trunk/xslthl/debian/copyright
===================================================================
--- trunk/xslthl/debian/copyright 2013-04-11 09:24:08 UTC (rev 16519)
+++ trunk/xslthl/debian/copyright 2013-04-11 09:47:58 UTC (rev 16520)
@@ -1,6 +1,6 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xslthl
-Source: http://xslthl.sourceforge.net
+Source: http://xslthl.sourceforge.net/
Files: *
Copyright: 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
@@ -22,21 +22,6 @@
3. This notice may not be removed or altered from any source distribution.
Files: debian/*
-Copyright: 2010 Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>
+Copyright: 2010-2012 Mathieu Malaterre <malat at debian.org>
License:
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
- .
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
- .
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
-
+ Same as above
Modified: trunk/xslthl/debian/rules
===================================================================
--- trunk/xslthl/debian/rules 2013-04-11 09:24:08 UTC (rev 16519)
+++ trunk/xslthl/debian/rules 2013-04-11 09:47:58 UTC (rev 16520)
@@ -4,3 +4,6 @@
include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
+
+get-orig-source:
+ uscan --force-download
More information about the pkg-java-commits
mailing list