[Pkg-jed-commit] r472 - jed/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Tue Jan 9 17:00:54 CET 2007
Author: rafael
Date: 2007-01-09 17:00:54 +0100 (Tue, 09 Jan 2007)
New Revision: 472
Modified:
jed/trunk/debian/changelog
jed/trunk/debian/rules
Log:
In debian/rules, rename the upstream info files from jed.*in
into jed.info-*, as required by section 12.2 of the Debian Policy
Modified: jed/trunk/debian/changelog
===================================================================
--- jed/trunk/debian/changelog 2007-01-09 15:44:57 UTC (rev 471)
+++ jed/trunk/debian/changelog 2007-01-09 16:00:54 UTC (rev 472)
@@ -15,6 +15,9 @@
* patches/fix-pymode-tab-space.dpatch: Improved the patch to cover the
cases Günther Milde has reported. Thanks Günther (closes: #305668) [JS]
+ * rules: Rename the upstream info files from jed.*in into jed.info-*, as
+ required by section 12.2 of the Debian Policy [RL]
+
--
jed (0.99.18-6) unstable; urgency=low
Modified: jed/trunk/debian/rules
===================================================================
--- jed/trunk/debian/rules 2007-01-09 15:44:57 UTC (rev 471)
+++ jed/trunk/debian/rules 2007-01-09 16:00:54 UTC (rev 472)
@@ -43,7 +43,7 @@
# These settings of DL_LIB, OTHERLIBS and XRENDERFONTLIBS are to get
# right of unnecessary dependencies on libraries.
# http://rerun.lefant.net/checklib/
- #
+ #
# DL_LIB introduces a dependency on libdl that is already solved by
# libc. OTHERLIBS introduces a dependency on libm that is also solved
# by libc. XRENDERFONTLIBS fixes a problem with libxft-dev that defines
@@ -98,6 +98,9 @@
# install info files
mv $(jed-common)/usr/share/jed/info $(jed-common)/usr/share
+ # rename upstream files to comply with the Debian Policy (sec. 12.2)
+ ( cd $(jed-common)/usr/share/info ; \
+ for n in 1 2 3 ; do mv jed.$${n}in jed.info-$n ; done )
rm $(jed-common)/usr/share/info/dir.info \
$(jed-common)/usr/share/info/info.info
@@ -161,7 +164,7 @@
binary: binary-arch binary-indep
-get-orig-source:
+get-orig-source:
wget ftp://space.mit.edu/pub/davis/jed/v0.99/jed-$(UPSTREAM_VERSION).tar.gz
mv jed-$(UPSTREAM_VERSION).tar.gz jed_$(UPSTREAM_VERSION).orig.tar.gz
More information about the Pkg-jed-commit
mailing list