[Git][java-team/libowasp-esapi-java][master] 8 commits: Drop libowasp-esapi-java-doc (see Debian bug #1028166)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sun Jan 8 18:35:02 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / libowasp-esapi-java
Commits:
17108d39 by tony mancill at 2023-01-08T10:04:25-08:00
Drop libowasp-esapi-java-doc (see Debian bug #1028166)
- - - - -
aa59609c by tony mancill at 2023-01-08T10:05:35-08:00
Bump Standards-Version to 4.6.2
- - - - -
aa39e918 by tony mancill at 2023-01-08T10:15:10-08:00
Freshen years in debian/copyright
- - - - -
130de008 by tony mancill at 2023-01-08T10:18:56-08:00
Replace libservlet3.1-java with libservlet-api-java
- - - - -
46207eda by tony mancill at 2023-01-08T10:21:25-08:00
Add lintian overrides for long HTML lines
- - - - -
7334e659 by tony mancill at 2023-01-08T10:32:41-08:00
whitespace
Gbp-Dch: ignore
- - - - -
f7419c1e by tony mancill at 2023-01-08T10:32:46-08:00
Set Rules-Requires-Root: no in debian/control
- - - - -
676f7342 by tony mancill at 2023-01-08T10:32:46-08:00
Prepare changelog for upload
- - - - -
9 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/libowasp-esapi-java-doc.doc-base.api
- − debian/libowasp-esapi-java-doc.docs
- − debian/libowasp-esapi-java-doc.install
- debian/maven.rules
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+libowasp-esapi-java (2.4.0.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Replace libservlet3.1-java with libservlet-api-java
+ * Drop libowasp-esapi-java-doc (see Debian bug #1028166)
+ * Bump Standards-Version to 4.6.2
+ * Freshen years in debian/copyright
+ * Add lintian overrides for long HTML lines
+ * Set Rules-Requires-Root: no in debian/control
+
+ -- tony mancill <tmancill at debian.org> Sun, 08 Jan 2023 10:29:05 -0800
+
libowasp-esapi-java (2.4.0.0-1) unstable; urgency=medium
* Team upload.
@@ -36,7 +48,7 @@ libowasp-esapi-java (2.1.0-2) unstable; urgency=low
* This version to be for unstable
* Put into git (and add appropriate headers to debian/control)
* Note the 2 Apache-2.0 licensed files
-
+
-- Matthew Vernon <matthew at debian.org> Thu, 29 May 2014 18:27:31 +0100
libowasp-esapi-java (2.1.0-1) experimental; urgency=low
=====================================
debian/control
=====================================
@@ -10,30 +10,21 @@ Build-Depends:
maven-debian-helper (>= 1.5)
Build-Depends-Indep:
bsh,
- bsh-doc,
- default-jdk-doc,
libcommons-beanutils-java,
- libcommons-beanutils-java-doc,
libcommons-collections4-java,
- libcommons-collections4-java-doc,
libcommons-configuration-java,
- libcommons-configuration-java-doc,
libcommons-fileupload-java,
- libcommons-fileupload-java-doc,
libcommons-io-java,
liblog4j1.2-java (>= 1.2.16),
- liblog4j1.2-java-doc,
libmaven-javadoc-plugin-java,
libowasp-antisamy-java,
- libowasp-antisamy-java-doc,
- libservlet3.1-java,
- libservlet3.1-java-doc,
+ libservlet-api-java,
libxom-java,
- libxom-java-doc
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libowasp-esapi-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libowasp-esapi-java
Homepage: https://github.com/esapi/esapi-java-legacy
+Rules-Requires-Root: no
Package: libowasp-esapi-java
Architecture: all
@@ -41,7 +32,6 @@ Depends:
${maven:Depends},
${misc:Depends}
Suggests:
- libowasp-esapi-java-doc,
${maven:OptionalDepends}
Description: Enterprise Security API (ESAPI)
The Enterprise Security API (ESAPI) project is an OWASP project to
@@ -51,24 +41,3 @@ Description: Enterprise Security API (ESAPI)
site. By providing developers with a set of strong controls, OWASP
aims to eliminate some of the complexity of creating secure web
applications.
-
-Package: libowasp-esapi-java-doc
-Architecture: all
-Section: doc
-Depends:
- ${maven:DocDepends},
- ${misc:Depends}
-Recommends:
- ${maven:DocOptionalDepends}
-Suggests:
- libowasp-esapi-java
-Description: Documentation for ESAPI
- The Enterprise Security API (ESAPI) project is an OWASP project to
- create simple strong security controls for every web
- platform. Security controls are not simple to build. You can read
- about the hundreds of pitfalls for unwary developers on the OWASP web
- site. By providing developers with a set of strong controls, OWASP
- aim to eliminate some of the complexity of creating secure web
- applications.
- .
- This package contains the API documentation of libowasp-esapi-java.
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ESAPI
Upstream-Contact: Jeff Williams <jeff.williams at aspectsecurity.com>
Source: https://github.com/esapi/esapi-java-legacy
@@ -438,6 +438,9 @@ License: Apache-2.0
Files: debian/*
Copyright: 2014, Matthew Vernon <matthew at debian.org>
+ 2016-2023, Emmanuel Bourg <ebourg at apache.org>
+ 2021-2023, Markus Koschany <apo at debian.org>
+ 2023, tony mancill <tmancill at debian.org>
License: permissive
Copying and distribution of this package, with or without
modification, are permitted in any medium without royalty
=====================================
debian/libowasp-esapi-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libowasp-esapi-java
-Title: API Javadoc for ESAPI
-Author: The Open Web Application Security Project (OWASP) developers
-Abstract: This is the API Javadoc provided for the
- libowasp-esapi-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libowasp-esapi-java/api/index.html
-Files: /usr/share/doc/libowasp-esapi-java/api/*
=====================================
debian/libowasp-esapi-java-doc.docs deleted
=====================================
@@ -1,3 +0,0 @@
-documentation/esapi4java-core-2.0-ciphertext-serialization.xls
-documentation/esapi4java-core-2.0-symmetric-crypto-user-guide.html
-documentation/esapi4java-waf-2.0-policy-file-spec.docx
=====================================
debian/libowasp-esapi-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/apidocs/* usr/share/doc/libowasp-esapi-java/api
=====================================
debian/maven.rules
=====================================
@@ -6,6 +6,4 @@ s/org.apache-extras.beanshell/org.beanshell/ bsh * s/.*/debian/ * *
org.owasp.antisamy antisamy jar s/.*/debian/ * *
org.owasp.esapi esapi jar s/.*/debian/ * *
log4j log4j * s/1\.2\..*/1.2.x/ * *
-javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *
-s/javax.servlet/javax.servlet.jsp/ s/jsp-api/javax.servlet.jsp-api/ * s/.*/2.3/ * *
s/com.io7m.xom/xom/ xom * s/.*/debian/ * *
=====================================
debian/rules
=====================================
@@ -2,4 +2,3 @@
%:
dh $@ --buildsystem=maven
-
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# upstream ships HTML with long lines
+libowasp-esapi-java source: source-is-missing [documentation/esapi4java-core-2.0-readme-crypto-changes.html]
View it on GitLab: https://salsa.debian.org/java-team/libowasp-esapi-java/-/compare/48bdf2057b51e6157947366053788e24b17c2596...676f734208cb763bff8e87359cd8975f89cd74eb
--
View it on GitLab: https://salsa.debian.org/java-team/libowasp-esapi-java/-/compare/48bdf2057b51e6157947366053788e24b17c2596...676f734208cb763bff8e87359cd8975f89cd74eb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230108/32627455/attachment.htm>
More information about the pkg-java-commits
mailing list