[java3d] 63/77: package freshening

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 8 11:24:44 GMT 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java3d.

commit 31276191ee5fd5d7991f3833471806987c4cac80
Author: Tony Mancill <tmancill at debian.org>
Date:   Tue Aug 19 05:28:28 2014 +0000

    package freshening
---
 debian/changelog | 10 ++++++++++
 debian/compat    |  2 +-
 debian/control   | 22 +++++++++++++++-------
 debian/rules     |  3 +++
 4 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ed567b..660afbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+java3d (1.5.2+dfsg-10) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Updated Standards-Version to 3.9.5 (no changes)
+  * Update Upstream URL in d/control and d/copyright. (Closes: #758413)
+  * Use canonical Vcs URLs for packaging repo.
+  * Use debhelper 9.
+
+ -- tony mancill <tmancill at debian.org>  Mon, 18 Aug 2014 22:16:50 -0700
+
 java3d (1.5.2+dfsg-9) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index e2c13e6..aaa2542 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,22 @@ Source: java3d
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>, Emmanuel Bourg <ebourg at apache.org>,
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>,
+ Emmanuel Bourg <ebourg at apache.org>,
  Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, libvecmath-java,
- mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
-Standards-Version: 3.9.4
-Homepage: http://java3d.dev.java.net
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java3d/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ default-jdk,
+ ant-optional,
+ libvecmath-java,
+ mesa-common-dev,
+ libgl1-mesa-dev,
+ libxext-dev,
+ libxt-dev
+Standards-Version: 3.9.5
+Homepage: http://java3d.java.net
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/java3d/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/java3d/
 
 Package: libjava3d-java
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 5c412db..2357342 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -Wall
+include /usr/share/dpkg/buildflags.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git



More information about the pkg-java-commits mailing list