[java3d] 03/77: Adjust to new source package name.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 8 11:24:39 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 36b9463bcf2d8c574c121ef585ebc2746cdb7936
Author: Petter Reinholdtsen <pere at debian.org>
Date: Sun Sep 21 03:09:03 2008 +0000
Adjust to new source package name.
---
debian/changelog | 2 +-
debian/control | 6 +++---
debian/rules | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1862095..8a32d76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libjava3d-java (0.0.cvs.20080816-1) unstable; urgency=low
+java3d (0.0.cvs.20080816-1) unstable; urgency=low
* Initial Release (closes: #).
diff --git a/debian/control b/debian/control
index 6b016eb..b51a844 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
-Source: libjava3d-java
+Source: java3d
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, quilt, ant-optional, libsun-vecmath-java
+Build-Depends: debhelper (>= 5), cdbs, quilt, ant-optional, libvecmath-sun-java
Build-Depends-Indep: openjdk-6-jdk | default-jdk-builddep | sun-java6-jdk
Standards-Version: 3.8.0
Homepage: http://java3d.dev.java.net
@@ -15,7 +15,7 @@ Package: libjava3d-java
Architecture: all
Suggests: libjava3d-java-doc
Depends: java-gcj-compat | java1-runtime | java2-runtime, libjava3d-jni (>= ${source:Version}),
- libsun-vecmath-java
+ libvecmath-sun-java
Description: Java 3D API (java library)
The Java 3D API enables the creation of three-dimensional graphics applications
and Internet-based 3D applets. It provides high-level constructs for creating and
diff --git a/debian/rules b/debian/rules
index d029513..40021c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,5 +31,5 @@ get-orig-source::
mkdir source-cvs
cd source-cvs && cvs -d :pserver:guest at cvs.dev.java.net:/cvs co j3d-core j3d-core-utils
tar -zcv --exclude '*/CVS' --exclude .cvsignore \
- -f ../libjava3d-java_$(DEB_VER).orig.tar.gz source-cvs
+ -f ../java3d_$(DEB_VER).orig.tar.gz source-cvs
rm -rf source-cvs
--
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