[simplyhtml] 05/05: fix patch, upgrade standards-version, update copyright
Felix Natter
fnatter-guest at moszumanska.debian.org
Thu Aug 24 15:55:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
fnatter-guest pushed a commit to branch master
in repository simplyhtml.
commit 48f773bdda6bb3dd4b5f9c7ce426f22d3e5b990d
Author: Felix Natter <fnatter at gmx.net>
Date: Thu Aug 24 17:35:14 2017 +0200
fix patch, upgrade standards-version, update copyright
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/copyright | 4 ++--
debian/patches/01_build.patch | 30 ++++++++++++++++--------------
4 files changed, 22 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b22b401..545da08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
simplyhtml (0.17.3-1) UNRELEASED; urgency=medium
* New upstream version
+ * Refresh 01_build.patch, remove deprecated gradle feature (<<)
+ * Upgrade standards-version to 4.0.0 (no changes)
+ * Update copyright years
-- Felix Natter <fnatter at gmx.net> Thu, 24 Aug 2017 17:07:40 +0200
diff --git a/debian/control b/debian/control
index b49cddf..f3f9a0e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: default-jdk,
gradle,
gradle-debian-helper,
maven-repo-helper
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/simplyhtml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/simplyhtml.git
Homepage: http://sf.net/projects/simplyhtml
diff --git a/debian/copyright b/debian/copyright
index b93047d..90c1d5f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: http://simplyhtml.sf.net/
Upstream-Contact: Felix Natter <fnatter at gmx.net>
Files: *
-Copyright: 2006-2016 Dimitri Polivaev <dpolivaev at users.sourceforge.net>
+Copyright: 2006-2017 Dimitri Polivaev <dpolivaev at users.sourceforge.net>
2012-2016 Felix Natter <fnatter at gmx.net>
2002,2003 Ulrich Hilger <info at lightdev.com>
License: GPL-2+
@@ -66,7 +66,7 @@ License: GPL-2+
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: debian/*
-Copyright: 2013-2016 Felix Natter <fnatter at gmx.net>
+Copyright: 2013-2017 Felix Natter <fnatter at gmx.net>
2008-2012 Eric Lavarde <deb at zorglub.s.bawue.de>
License: GPL-2+ or BSD-2-clause
This package is free software; you can redistribute it and/or modify
diff --git a/debian/patches/01_build.patch b/debian/patches/01_build.patch
index b75e515..2e065de 100644
--- a/debian/patches/01_build.patch
+++ b/debian/patches/01_build.patch
@@ -95,32 +95,34 @@ Last-Update: 2016-07-10
publishing {
publications {
simplyhtml(MavenPublication) {
-@@ -104,6 +96,24 @@
+@@ -104,6 +96,26 @@
}
}
}
+*/
+
-+task createPom << {
-+ pom {
-+ artifactId = 'SimplyHTML'
-+ project {
-+ inceptionYear '2011'
-+ licenses {
-+ license {
-+ name 'GNU General Public License, Version 2'
-+ url 'http://www.gnu.org/licenses/gpl-2.0.html'
-+ distribution 'repo'
++task createPom {
++ doLast {
++ pom {
++ artifactId = 'SimplyHTML'
++ project {
++ inceptionYear '2011'
++ licenses {
++ license {
++ name 'GNU General Public License, Version 2'
++ url 'http://www.gnu.org/licenses/gpl-2.0.html'
++ distribution 'repo'
++ }
+ }
+ }
-+ }
-+ }.writeTo("pom.xml")
++ }.writeTo("pom.xml")
++ }
+}
+
javadoc {
enabled = true
-@@ -111,4 +121,9 @@
+@@ -111,4 +123,9 @@
failOnError = false
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/simplyhtml.git
More information about the pkg-java-commits
mailing list