Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libjfreechart-java
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
libjfreechart-java
Commits
e0fcb64d
Commit
e0fcb64d
authored
16 years ago
by
Vincent Fourmond
Browse files
Options
Downloads
Patches
Plain Diff
[libjfreechart-java] New upstream release + a few cleanups
parent
ae60249e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+12
-0
12 additions, 0 deletions
debian/changelog
debian/control
+9
-6
9 additions, 6 deletions
debian/control
debian/orig-tar.sh
+2
-0
2 additions, 0 deletions
debian/orig-tar.sh
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
24 additions
and
7 deletions
debian/changelog
+
12
−
0
View file @
e0fcb64d
libjfreechart-java (1.0.13-1) unstable; urgency=low
* New upstream release (closes: #533374)
* Added myself to uploaders
* Moved to Section: java
* Already conforms to standards 3.8.2
* Add ${misc:Depends} to dependencies for potential debhelper-induced
dependencies
* Adapted debian/rules to the new location of the generated jar
-- Vincent Fourmond <fourmond@debian.org> Wed, 17 Jun 2009 22:31:09 +0200
libjfreechart-java (1.0.10-1) unstable; urgency=low
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
9
−
6
View file @
e0fcb64d
Source: libjfreechart-java
Section:
libs
Section:
java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Christian Bayle <bayle@debian.org>, Michael Koch <konqueror@gmx.de>, Varun Hiremath <varun@debian.org>, Kumar Appaiah <akumar@ee.iitm.ac.in>
Uploaders: Christian Bayle <bayle@debian.org>, Michael Koch <konqueror@gmx.de>,
Varun Hiremath <varun@debian.org>, Kumar Appaiah <akumar@ee.iitm.ac.in>,
Vincent Fourmond <fourmond@debian.org>
Build-Depends: debhelper (>= 5), cdbs
Build-Depends-Indep: java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.6), libservlet2.4-java
Standards-Version: 3.8.
0
Standards-Version: 3.8.
2
Homepage: http://www.jfree.org/jfreechart/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjfreechart-java-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjfreechart-java-java
Package: libjfreechart-java
Section: libs
Architecture: all
Depends: java-gcj-compat | java2-runtime, libjcommon-java (>= 1.0.0-1)
Depends: java-gcj-compat | java2-runtime, libjcommon-java (>= 1.0.0-1),
${misc:Depends}
Suggests: java-virtual-machine, libjfreechart-java-doc
Description: Chart library for Java
JFreeChart is a free Java class library for generating charts, including:
...
...
@@ -31,8 +33,9 @@ Description: Chart library for Java
Package: libjfreechart-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libjfreechart-java
Description: Chart library for Java - documentation
JFreeChart is a free Java class library for generating charts.
.
This package
inclu
des the documentation.
This package
provi
des the
javadoc
documentation.
This diff is collapsed.
Click to expand it.
debian/orig-tar.sh
+
2
−
0
View file @
e0fcb64d
...
...
@@ -3,6 +3,8 @@
# called by uscan with '--upstream-version' <version> <file>
DIR
=
libjfreechart-java-
$2
.orig
echo
"Cleaning up the original tarball"
# clean up the upstream tarball
tar
zxf
$3
mv
jfreechart-
$2
$DIR
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
e0fcb64d
...
...
@@ -24,7 +24,7 @@ clean::
-rm -f jfreechart-$(DEB_UPSTREAM_VERSION).jar
install/libjfreechart-java::
dh_install jfreechart-$(DEB_UPSTREAM_VERSION).jar usr/share/java
dh_install
lib/
jfreechart-$(DEB_UPSTREAM_VERSION).jar usr/share/java
dh_link usr/share/java/jfreechart-$(DEB_UPSTREAM_VERSION).jar usr/share/java/jfreechart.jar
get-orig-source:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment