[Git][java-team/simple-http][master] 7 commits: Inject changes from NMU
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Oct 23 14:38:54 BST 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / simple-http
Commits:
262b95d1 by Andreas Tille at 2025-10-23T12:17:13+02:00
Inject changes from NMU
- - - - -
adfae07e by Andreas Tille at 2025-10-23T12:22:16+02:00
Push changes for exclusion of unwanted files
- - - - -
509fa8cf by Andreas Tille at 2025-10-23T12:22:54+02:00
There are no files to exclude
- - - - -
bae72609 by Andreas Tille at 2025-10-23T12:23:18+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
bc45cece by Andreas Tille at 2025-10-23T15:34:42+02:00
cme fix dpkg-control ... but revert to debhelper=12 - otherwise doc is not built
- - - - -
68df001b by Andreas Tille at 2025-10-23T14:35:21+01:00
Use correct machine-readable copyright file URI.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-copyright-format-uri
See-also: https://lintian.debian.org/tags/out-of-date-copyright-format-uri.html
- - - - -
3445afb9 by Andreas Tille at 2025-10-23T15:38:33+02:00
Bump debhelper from old 12 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+simple-http (6.0.1-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * cme fix dpkg-control ... but revert to debhelper=12 - otherwise
+ doc is not built
+ * Use correct machine-readable copyright file URI.
+ * Bump debhelper from old 12 to 13.
+
+ -- Andreas Tille <tille at debian.org> Thu, 23 Oct 2025 12:21:57 +0200
+
simple-http (6.0.1-1) experimental; urgency=medium
[ Sudip Mukherjee ]
@@ -16,6 +28,13 @@ simple-http (6.0.1-1) experimental; urgency=medium
-- tony mancill <tmancill at debian.org> Sun, 09 Feb 2020 08:58:24 -0800
+simple-http (4.1.21-1.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org> Mon, 28 Dec 2020 12:26:09 +0100
+
simple-http (4.1.21-1) unstable; urgency=low
* Initial release in Debian (Closes: #788550).
=====================================
debian/control
=====================================
@@ -1,21 +1,31 @@
Source: simple-http
+Standards-Version: 4.7.2
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Hans-Christoph Steiner <hans at eds.org>,
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Hans-Christoph Steiner <hans at eds.org>
-Build-Depends: debhelper-compat (= 12), default-jdk, maven-debian-helper (>= 2.1)
-Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
-Standards-Version: 4.5.0
-Homepage: http://www.simpleframework.org/
-Vcs-Git: https://salsa.debian.org/java-team/simple-http.git
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ maven-debian-helper,
+Build-Depends-Indep:
+ default-jdk-doc,
+ libmaven-javadoc-plugin-java,
Vcs-Browser: https://salsa.debian.org/java-team/simple-http
+Vcs-Git: https://salsa.debian.org/java-team/simple-http.git
+Homepage: http://www.simpleframework.org/
Rules-Requires-Root: no
Package: libsimple-http-java
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}, libsimple-http-java-doc
+Depends:
+ ${misc:Depends},
+ ${maven:Depends},
+Suggests:
+ ${maven:OptionalDepends},
+ libsimple-http-java-doc,
Description: high-performance, embeddable Java HTTP engine
The goal of Simple is to bring the power of simplicity to the world of server
side Java. The primary focus of the project is to provide a truly embeddable
@@ -35,9 +45,13 @@ Package: libsimple-http-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
-Depends: ${misc:Depends}
-Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
-Suggests: libsimple-http-java
+Depends:
+ ${misc:Depends},
+Recommends:
+ ${maven:DocDepends},
+ ${maven:DocOptionalDepends},
+Suggests:
+ libsimple-http-java,
Description: Documentation for libsimple-http-java
The goal of Simple is to bring the power of simplicity to the world of server
side Java. The primary focus of the project is to provide a truly embeddable
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: simple http server
Source: http://simpleweb.sourceforge.net/
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-VERSION="$2"
-TAR=../simple-http_$VERSION.orig.tar.gz
-DIR=simple-http-$VERSION
-mkdir -p $DIR
-
-# Unpack ready fo re-packing
-tar -xzf $TAR -C $DIR --strip-components=1
-
-GZIP=--best tar -czf $TAR --exclude '*.jar' --exclude '*.swp' \
- --exclude '*.class' --exclude 'CVS' --exclude '.svn' \
- --exclude "$DIR/javadoc" --exclude "$DIR/test/report" $DIR
-
-rm -rf $DIR
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-http://sf.net/simpleweb/simple-(\d+\.\d+\.\d+)\.tar\.gz debian debian/orig-tar.sh
+Version: 5
+
+Source: https://sf.net/simpleweb/
+Matching-Pattern: simple- at ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/java-team/simple-http/-/compare/dd31465c86346a49bd9a9f6476c183e4f1f7c13c...3445afb9621638982399808bfcb1ef309aa6e696
--
View it on GitLab: https://salsa.debian.org/java-team/simple-http/-/compare/dd31465c86346a49bd9a9f6476c183e4f1f7c13c...3445afb9621638982399808bfcb1ef309aa6e696
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/20251023/c4a01244/attachment.htm>
More information about the pkg-java-commits
mailing list