[Git][java-team/stylebook][master] 3 commits: debian/copyright: use spaces rather than tabs to start continuation lines.
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 21 09:14:30 GMT 2026
Andreas Tille pushed to branch master at Debian Java Maintainers / stylebook
Commits:
e771f0af by Andreas Tille at 2026-02-21T09:58:00+01:00
debian/copyright: use spaces rather than tabs to start continuation lines.
Changes-By: lintian-brush
Fixes: lintian: tab-in-license-text
See-also: https://lintian.debian.org/tags/tab-in-license-text.html
Fixes: lintian: tab-in-license-text
See-also: https://lintian.debian.org/tags/tab-in-license-text.html
- - - - -
ba415fdd by Andreas Tille at 2026-02-21T10:08:55+01:00
d/rules: simplify TRAGETS
- - - - -
b54811b2 by Andreas Tille at 2026-02-21T10:09:49+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-stylebook (1.0~b3~svn20061109-8) UNRELEASED; urgency=medium
+stylebook (1.0~b3~svn20061109-8) unstable; urgency=medium
* Team upload.
* Point Vcs fields to Salsa
@@ -7,8 +7,10 @@ stylebook (1.0~b3~svn20061109-8) UNRELEASED; urgency=medium
* debhelper-compat (= 13)
* cme fix dpkg-control
* d/copyright: DEP5
+ * debian/copyright: use spaces rather than tabs to start continuation lines.
+ * d/rules: simplify TRAGETS
- -- Andreas Tille <tille at debian.org> Sat, 21 Feb 2026 09:20:15 +0100
+ -- Andreas Tille <tille at debian.org> Sat, 21 Feb 2026 10:09:12 +0100
stylebook (1.0~b3~svn20061109-7) unstable; urgency=medium
=====================================
debian/copyright
=====================================
@@ -34,8 +34,8 @@ License: Apache-1.1
.
3. The end-user documentation included with the redistribution,
if any, must include the following acknowledgment:
- "This product includes software developed by the
- Apache Software Foundation (http://www.apache.org/)."
+ "This product includes software developed by the
+ Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.
.
=====================================
debian/rules
=====================================
@@ -23,9 +23,7 @@ PKGNAME := stylebook
INSTALLDIR := $(CURDIR)/debian/lib$(PKGNAME)-java
JAVALIBDIR := $(INSTALLDIR)/usr/share/java
-TARGETS := build build-arch build-indep clean binary-indep binary-arch binary install
-
-$(TARGETS):
+%:
dh $@
override_dh_auto_build:
@@ -39,6 +37,3 @@ override_dh_auto_install:
jh_classpath --classpath="/usr/share/java/xercesImpl.jar" build/$(JARNAME)
dh_install -plibstylebook-java build/$(JARNAME) /usr/share/java
dh_link -plibstylebook-java usr/share/java/$(JARNAME) usr/share/java/$(PKGNAME).jar
-
-.PHONY: $(TARGETS)
-
View it on GitLab: https://salsa.debian.org/java-team/stylebook/-/compare/7a26b79126d175a547b45cfffdc277145f726093...b54811b2bc2cd6ad2278ce03dbde9aa20ad9517b
--
View it on GitLab: https://salsa.debian.org/java-team/stylebook/-/compare/7a26b79126d175a547b45cfffdc277145f726093...b54811b2bc2cd6ad2278ce03dbde9aa20ad9517b
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/20260221/a16a8e23/attachment.htm>
More information about the pkg-java-commits
mailing list