[Pkg-jed-commit] r19 - trunk/packages/jed/debian

Rafael Laboissiere rafael@costa.debian.org
Wed, 16 Mar 2005 17:54:37 +0100


Author: rafael
Date: 2005-03-16 17:54:37 +0100 (Wed, 16 Mar 2005)
New Revision: 19

Modified:
   trunk/packages/jed/debian/
   trunk/packages/jed/debian/changelog
   trunk/packages/jed/debian/control
   trunk/packages/jed/debian/jed-common.copyright
   trunk/packages/jed/debian/rules
   trunk/packages/jed/debian/xjed.dirs
   trunk/packages/jed/debian/xjed.menu
Log:
Debian release 0.99.16-5


Property changes on: trunk/packages/jed/debian
___________________________________________________________________
Name: svn:ignore
   - patched
jed-common
files
jed-sl

   + *.debhelper
patched
jed-common
files
jed-sl


Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog	2005-03-16 12:54:31 UTC (rev 18)
+++ trunk/packages/jed/debian/changelog	2005-03-16 16:54:37 UTC (rev 19)
@@ -1,7 +1,5 @@
 jed (0.99.16-5) unstable; urgency=low
 
-  NOT YET RELEASED !
-
   +++ Changes by Rafael Laboissiere
 
   * Changed maintainer to the Debian JED Group, which is the new official
@@ -12,8 +10,13 @@
     - 50_debian_0.99.16-4.dpatch: Legacy patch from version 0.99.16-4
     - 50_increase-MAX_USER_FLIST.dpatch: Increase the number of autoload
       definitions. This will be useful for the upcoming jed-extra pacakge.
+  * Lintian fixes:
+    - debian/control: Removed periods (".") from short descriptions
+    - debian/rules, debian/xjed.dirs, debian/xjed.menu:
+      + Do not install files in /usr/X11R6
+      + Install xjed man page with extension .1, not .1x
 
- --
+ -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Wed, 16 Mar 2005 15:26:52 +0100
 
 jed (0.99.16-4) unstable; urgency=low
 
@@ -582,4 +585,3 @@
 debian-changelog-full-name: "Debian JED Group"
 debian-changelog-mailing-address: "pkg-jed-devel@lists.alioth.debian.org"
 End:
-  
\ No newline at end of file

Modified: trunk/packages/jed/debian/control
===================================================================
--- trunk/packages/jed/debian/control	2005-03-16 12:54:31 UTC (rev 18)
+++ trunk/packages/jed/debian/control	2005-03-16 16:54:37 UTC (rev 19)
@@ -9,7 +9,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, jed-common (>= ${Source-Version})
 Provides: info-browser, mail-reader, editor
-Description: editor for programmers. (textmode version)
+Description: editor for programmers (textmode version)
  Jed offers:
  Extensible in a language resembling C. Completely customizable.
  Capable of read GNU info files from within JED's info browser. A
@@ -26,7 +26,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, jed-common (>= ${Source-Version})
 Provides: info-browser, mail-reader, editor
-Description: editor for programmers. (x11 version)
+Description: editor for programmers (x11 version)
  Jed offers:
  Extensible in a language resembling C. Completely customizable.
  Capable of read GNU info files from within JED's info browser. A
@@ -51,7 +51,7 @@
 Replaces: jedslc, jedsl, jedsl-src, jed (<< 0.99.10-2)
 Conflicts: jedslc, jedsl, jedsl-src, jed (<< 0.99.10-2)
 Recommends: jed
-Description: byte compiled S-Lang runtime files for jed and xjed.
+Description: byte compiled S-Lang runtime files for jed and xjed
  This package provides the compiled S-Lang runtime files that
  are needed by both jed and xjed.
 

Modified: trunk/packages/jed/debian/jed-common.copyright
===================================================================
--- trunk/packages/jed/debian/jed-common.copyright	2005-03-16 12:54:31 UTC (rev 18)
+++ trunk/packages/jed/debian/jed-common.copyright	2005-03-16 16:54:37 UTC (rev 19)
@@ -22,4 +22,4 @@
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 On Debian systems the full text of the GPL, version 2 can be found
-in /usr/share/common-licenses/GPL-2
\ No newline at end of file
+in /usr/share/common-licenses/GPL-2

Modified: trunk/packages/jed/debian/rules
===================================================================
--- trunk/packages/jed/debian/rules	2005-03-16 12:54:31 UTC (rev 18)
+++ trunk/packages/jed/debian/rules	2005-03-16 16:54:37 UTC (rev 19)
@@ -160,14 +160,14 @@
 	@echo
 	@echo --- XJED ---
 	@echo
-	install src/$(ARCH)objs/xjed $(xjed)/usr/X11R6/bin
+	install src/$(ARCH)objs/xjed $(xjed)/usr/bin
 
 	@echo
 	@echo --- INSTALL-ARCH-DEP ---
 	@echo
 	dh_link -a
-	install -m644 doc/manual/jed.1 $(xjed)/usr/X11R6/man/man1/xjed.1x
-	gzip -9 $(xjed)/usr/X11R6/man/man1/xjed.1x
+	install -m644 doc/manual/jed.1 $(xjed)/usr/share/man/man1/xjed.1
+	gzip -9 $(xjed)/usr/share/man/man1/xjed.1
 	install -m644 doc/manual/jed.1 $(jed)/usr/share/man/man1/jed.1
 	gzip -9 $(jed)/usr/share/man/man1/jed.1
 	install -m644 doc/manual/rgrep.1 $(jed)/usr/share/man/man1/jgrep.1

Modified: trunk/packages/jed/debian/xjed.dirs
===================================================================
--- trunk/packages/jed/debian/xjed.dirs	2005-03-16 12:54:31 UTC (rev 18)
+++ trunk/packages/jed/debian/xjed.dirs	2005-03-16 16:54:37 UTC (rev 19)
@@ -1,2 +1,2 @@
-usr/X11R6/bin
-usr/X11R6/man/man1
+usr/bin
+usr/share/man/man1

Modified: trunk/packages/jed/debian/xjed.menu
===================================================================
--- trunk/packages/jed/debian/xjed.menu	2005-03-16 12:54:31 UTC (rev 18)
+++ trunk/packages/jed/debian/xjed.menu	2005-03-16 16:54:37 UTC (rev 19)
@@ -1,6 +1,6 @@
 ?package(xjed):needs="x11" \
 		section="Apps/Editors" \
 		title="xjed" \
-		command="/usr/X11R6/bin/xjed" \
+		command="/usr/bin/xjed" \
 		hints="Text"
-		
+