Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
javahelp2
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
javahelp2
Commits
d81faa3d
Commit
d81faa3d
authored
15 years ago
by
Varun Hiremath
Browse files
Options
Downloads
Patches
Plain Diff
* debian/rules: Fix bashism (Closes: #581457)
* Bump Standards-Version to 3.8.4
parent
97148741
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+7
-3
7 additions, 3 deletions
debian/rules
with
15 additions
and
4 deletions
debian/changelog
+
7
−
0
View file @
d81faa3d
javahelp2 (2.0.05.ds1-4) unstable; urgency=low
* debian/rules: Fix bashism (Closes: #581457)
* Bump Standards-Version to 3.8.4
-- Varun Hiremath <varun@debian.org> Mon, 14 Jun 2010 22:31:42 -0400
javahelp2 (2.0.05.ds1-3) unstable; urgency=low
[ Gabriele Giacone ]
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
d81faa3d
...
...
@@ -6,7 +6,7 @@ Uploaders: Marek Slama <marek.slama@sun.com>, Varun Hiremath <varun@debian.org>
Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper
Build-Depends-Indep: ant-optional, default-jdk,
libtomcat6-java, libservlet2.4-java, imagemagick
Standards-Version: 3.8.
3
Standards-Version: 3.8.
4
Homepage: http://javahelp.dev.java.net
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javahelp2
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javahelp2
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
7
−
3
View file @
d81faa3d
...
...
@@ -68,9 +68,13 @@ clean::
-rm -f *.cdbs-config_list
-rm -f stamp-build-$(p_jh)
rm -rf $(DEB_SRCDIR)/javahelp_nbproject/{build,dist,lib}
rm -rf $(DEB_SRCDIR)/JSearchClient_nbproject/{build,dist}
rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/{build,dist}
rm -rf $(DEB_SRCDIR)/javahelp_nbproject/build
rm -rf $(DEB_SRCDIR)/javahelp_nbproject/dist
rm -rf $(DEB_SRCDIR)/javahelp_nbproject/lib
rm -rf $(DEB_SRCDIR)/JSearchClient_nbproject/build
rm -rf $(DEB_SRCDIR)/JSearchClient_nbproject/dist
rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/build
rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/dist
rm -f $(DEB_SRCDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/images/*.png
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