Christopher Hoskin pushed to branch master at Debian Java Maintainers / commons-email
Commits: e2b94b09 by Christopher Hoskin at 2018-06-27T21:17:20+01:00 Remove trailing line from debian/rules - - - - - e5653b6e by Christopher Hoskin at 2018-07-12T21:13:55+01:00 Add upstream metadata file - - - - - 084ff9f3 by Christopher Hoskin at 2018-07-12T21:16:11+01:00 Update VCS fields for Salsa - - - - - 78701507 by Christopher Hoskin at 2018-07-12T21:18:00+01:00 Remove boilerplate comments from rules - - - - - 2ecb8317 by Christopher Hoskin at 2018-07-12T21:32:18+01:00 Bump Debhelper compat to 11 - - - - - 92b3dc8a by Christopher Hoskin at 2018-07-12T21:33:21+01:00 Install RELEASE-NOTES.txt as Changelog - - - - - 8c90869f by Christopher Hoskin at 2018-07-12T21:39:47+01:00 Install Apache NOTICE.txt as documentation - - - - - 9439a9cd by Christopher Hoskin at 2018-07-12T21:42:13+01:00 Bump Standards-Version from 4.1.2 to 4.1.5 (no change required) - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - + debian/libcommons-email-java.docs - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +commons-email (1.5-2) UNRELEASED; urgency=medium + + * Remove trailing line from debian/rules + * Add upstream metadata file + * Update VCS fields for Salsa + * Remove boilerplate comments from rules + * Bump Debhelper compat to 11 + * Install RELEASE-NOTES.txt as Changelog + * Install Apache NOTICE.txt as documentation + * Bump Standards-Version from 4.1.2 to 4.1.5 (no change required) + + -- Christopher Hoskin <[email protected]> Wed, 27 Jun 2018 21:16:47 +0100 + commons-email (1.5-1) unstable; urgency=medium * Initial release (Closes: #884968) ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: commons-email Priority: optional Maintainer: Christopher Hoskin <[email protected]> -Build-Depends: debhelper (>= 10), maven-debian-helper, +Build-Depends: debhelper (>= 11), maven-debian-helper, libmail-java, junit4, libpowermock-java, libeasymock-java -Standards-Version: 4.1.2 +Standards-Version: 4.1.5 Section: java Homepage: https://commons.apache.org/proper/commons-email/ -Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-email.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-email.git/ +Vcs-Git: https://salsa.debian.org/java-team/commons-email.git +Vcs-Browser: https://salsa.debian.org/java-team/commons-email Package: libcommons-email-java Architecture: all ===================================== debian/libcommons-email-java.docs ===================================== --- /dev/null +++ b/debian/libcommons-email-java.docs @@ -0,0 +1 @@ +NOTICE.txt ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -3,23 +3,8 @@ # output every command that modifies files on the build system. #export DH_VERBOSE = 1 - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - - %: dh $@ - -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - +override_dh_installchangelogs: + dh_installchangelogs RELEASE-NOTES.txt ===================================== debian/upstream/metadata ===================================== --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,12 @@ +Archive: Apache +Bug-Database: https://issues.apache.org/jira/projects/EMAIL/issues +Bug-Submit: https://issues.apache.org/jira/secure/CreateIssue!default.jspa +Changelog: http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?view=markup +Documentation: https://commons.apache.org/proper/commons-email/userguide.html +Donation: http://www.apache.org/foundation/contributing.html +Name: Apache Commons Email +Registration: https://issues.apache.org/jira/secure/Signup!default.jspa +Repository: http://svn.apache.org/repos/asf/commons/proper/email/trunk +Repository-Browse: http://svn.apache.org/viewvc/commons/proper/email/trunk +Security-Contact: [email protected] + View it on GitLab: https://salsa.debian.org/java-team/commons-email/compare/d932baf2ab57874b8a81287344808ea442c6f3ed...9439a9cdcb322e5a46886bca14f5df1913dc33d4 -- View it on GitLab: https://salsa.debian.org/java-team/commons-email/compare/d932baf2ab57874b8a81287344808ea442c6f3ed...9439a9cdcb322e5a46886bca14f5df1913dc33d4 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

