[Git][java-team/minify-maven-plugin][debian] Deleted 4 commits: scrap the not-working rule
mirabilos (@tg)
gitlab at salsa.debian.org
Fri Feb 25 20:16:05 GMT 2022
mirabilos pushed to branch debian at Debian Java Maintainers / minify-maven-plugin
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
d48dae85 by mirabilos at 2016-10-19T15:08:24+02:00
scrap the not-working rule
I have no idea who came up with it, but without the symlink,
it does not work at all; uscan -v --force-download however does
- - - - -
2c8db7a4 by tony mancill at 2017-01-28T17:11:01-08:00
Remove Dominik George from Uploaders (Closes: #852555)
- - - - -
eeaac88e by tony mancill at 2017-01-28T17:11:26-08:00
interim changelog
- - - - -
47c979d2 by mirabilos at 2018-08-03T00:14:15+02:00
this is now required by Policy 4.2.0.0
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+minify-maven-plugin (1.7.4-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Remove Dominik George from Uploaders (Closes: #852555)
+
+ -- tony mancill <tmancill at debian.org> Sat, 28 Jan 2017 17:11:07 -0800
+
minify-maven-plugin (1.7.4-1) unstable; urgency=medium
* Initial release (Closes: #840142)
=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: minify-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Dominik George <nik at naturalnet.de>, Thorsten Glaser <tg at mirbsd.de>
+Uploaders: Thorsten Glaser <tg at mirbsd.de>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1)
Build-Depends-Indep: libmaven-plugin-tools-java,
libjsr305-java (>= 0.1~+svn49-10~), closure-compiler (>= 20130227+dfsg1-9~),
=====================================
debian/rules
=====================================
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
+ifeq (,$(findstring terse,${DEB_BUILD_OPTIONS}))
+export DH_VERBOSE=1
+export V=1
+endif
+
%:
dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
View it on GitLab: https://salsa.debian.org/java-team/minify-maven-plugin/-/compare/038e809b5b142f918b5ecf1c4b4e4af4974edd1b...47c979d21d19b8bb5f47deae19dd4b681e4b646b
--
View it on GitLab: https://salsa.debian.org/java-team/minify-maven-plugin/-/compare/038e809b5b142f918b5ecf1c4b4e4af4974edd1b...47c979d21d19b8bb5f47deae19dd4b681e4b646b
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/20220225/86ccaad3/attachment.htm>
More information about the pkg-java-commits
mailing list