[java-policy] 14/198: Updated maintainer and fixed some other things.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Sep 23 07:49:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java-policy.
commit 307f3a32e64ddd4de7b3e07f38d004c7de8d4a05
Author: Ola Nordmann <olapc at yahoo.no>
Date: Wed Sep 19 09:04:53 2001 +0000
Updated maintainer and fixed some other things.
---
debian/changelog | 9 +++++++++
debian/control | 6 +++---
debian/rules | 58 +++++++++++++++++++++++++++++---------------------------
3 files changed, 42 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f0da92d..35d593c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+java-common (0.7) unstable; urgency=low
+
+ * New maintainer Ola Lundqvist, closes: #92816.
+ * Fixed /usr/doc problem with this rebuild, closes: #72498.
+ * Fixed standards version, closes: #79981, #86928.
+ * Misspelling seems to have been fixed, closes: #67152.
+
+ -- Ola Lundqvist <opal at debian.org> Wed, 4 Apr 2001 23:07:10 +0200
+
java-common (0.6) unstable; urgency=low
* Java FAQ now retrieved from the pristine source (DDP CVS)
diff --git a/debian/control b/debian/control
index dc5be46..03c125f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
Source: java-common
Section: misc
Priority: optional
-Maintainer: Stephane Bortzmeyer <bortzmeyer at debian.org>
-Standards-Version: 3.0
-Build-Depends: jade, jadetex, tetex-bin, debiandoc-sgml, sp, lynx
+Maintainer: Ola Lundqvist <opal at debian.org>
+Build-Depends: debhelper (>> 3.0.0), jade, jadetex, tetex-bin, debiandoc-sgml, sp, lynx
+Standards-Version: 3.5.2
Package: java-common
Architecture: all
diff --git a/debian/rules b/debian/rules
index afc7579..8304c7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DH_COMPAT=3
+
build: build-stamp
build-stamp:
dh_testdir
@@ -33,39 +35,39 @@ install-stamp: build-stamp
# Add here commands to install the package into debian/tmp.
dh_installdocs
- $(MAKE) install DESTDIR=`pwd`/debian/tmp
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/java-common
touch install-stamp
# Build architecture-independent files here.
+# Pass -i to all debhelper commands in this target to reduce clutter.
binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+# dh_installdebconf -i
+ dh_installdocs -i
+ dh_installexamples -i examples/*
+ dh_installmenu -i
+# dh_installlogrotate -i
+# dh_installemacsen -i
+# dh_installpam -i
+# dh_installmime -i
+# dh_installinit -i
+# dh_installcron -i
+# dh_installman -i
+# dh_installinfo -i
+# dh_undocumented -i
+ dh_installchangelogs -i
+ dh_link -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+# dh_perl -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
-# Build architecture-dependent files here.
-binary-arch: build install
-# dh_testversion
- dh_testdir
- dh_testroot
- dh_installexamples examples/*
- dh_installmenu
-# dh_installemacsen
-# dh_installinit
- dh_installcron
-# dh_installmanpages
-# dh_undocumented
- dh_installchangelogs
-# dh_strip
- dh_compress
- dh_fixperms
- dh_suidregister
- dh_installdeb
-# dh_shlibdeps
- dh_gencontrol
-# dh_makeshlibs
- dh_md5sums
dh_builddeb
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-indep
+.PHONY: build clean binary-indep binary install configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git
More information about the pkg-java-commits
mailing list