tags 457579 + patch pending
thanks
Hi,
Attached is the diff for my jvim 3.0-2.1b-2.1 NMU.
I uploaded it to DELAYED/2, in case you want to fix it yourself.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -u jvim-3.0-2.1b/debian/changelog jvim-3.0-2.1b/debian/changelog
--- jvim-3.0-2.1b/debian/changelog
+++ jvim-3.0-2.1b/debian/changelog
@@ -1,3 +1,11 @@
+jvim (3.0-2.1b-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: fix bashisms (use of {,}). Closes: #457579.
+ * Change section of jvim-doc to "doc". Agrees with ftpmaster's override.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]> Tue, 22 Jan 2008 13:47:29 +0100
+
jvim (3.0-2.1b-2) unstable; urgency=low
* Applied KFreeBSD(Bug#417868) and MIPS(Bug#273376) patch.
diff -u jvim-3.0-2.1b/debian/control jvim-3.0-2.1b/debian/control
--- jvim-3.0-2.1b/debian/control
+++ jvim-3.0-2.1b/debian/control
@@ -16,6 +16,7 @@
to enter "Kanji" from kon (Kanji linux cONsole) in kon2 package.
Package: jvim-doc
+Section: doc
Architecture: all
Description: Documentation for jvim (Japanized VIM)
JVIM 3.0 is Japanized VIM (VI clone editor) by K.Tsuchida
diff -u jvim-3.0-2.1b/debian/rules jvim-3.0-2.1b/debian/rules
--- jvim-3.0-2.1b/debian/rules
+++ jvim-3.0-2.1b/debian/rules
@@ -16,8 +16,6 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
-
-
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -82,8 +80,10 @@
# Add here commands to install the indep part of the package into
# debian/<package>-doc.
cp -r build-tree/vim/doc.j $(CURDIR)/debian/jvim-doc/usr/share/doc/jvim-doc/japanese
- cp -r build-tree/vim/{doc,tutor} $(CURDIR)/debian/jvim-doc/usr/share/doc/jvim-doc/
- cp -r build-tree/vim/{macros,tools} $(CURDIR)/debian/jvim-doc/usr/lib/jvim/
+ cp -r build-tree/vim/doc $(CURDIR)/debian/jvim-doc/usr/share/doc/jvim-doc/
+ cp -r build-tree/vim/tutor $(CURDIR)/debian/jvim-doc/usr/share/doc/jvim-doc/
+ cp -r build-tree/vim/macros $(CURDIR)/debian/jvim-doc/usr/lib/jvim/
+ cp -r build-tree/vim/tools $(CURDIR)/debian/jvim-doc/usr/lib/jvim/
chmod 755 $(CURDIR)/debian/jvim-doc/usr/lib/jvim/tools/ref
chmod 755 $(CURDIR)/debian/jvim-doc/usr/lib/jvim/tools/vim132