[Pkg-jed-commit] r753 - in jed/branches/0.99.19/debian: . patches

Jörg Sommer jo-guest at alioth.debian.org
Mon May 28 15:34:24 UTC 2007


Author: jo-guest
Date: 2007-05-28 15:34:24 +0000 (Mon, 28 May 2007)
New Revision: 753

Modified:
   jed/branches/0.99.19/debian/patches/x_toggle_visibility.dpatch
   jed/branches/0.99.19/debian/rules
Log:
• debian/patches/x_toggle_visibility.dpatch
  · The changes to this file where missing in the last commit. (added text for
    jedfuns.hlp)

• debian/rules
  · The Policy says in 10.1 binary files should be build with debugging
    informations everytime. Later, they should be stripped with dh_strip.


Modified: jed/branches/0.99.19/debian/patches/x_toggle_visibility.dpatch
===================================================================
--- jed/branches/0.99.19/debian/patches/x_toggle_visibility.dpatch	2007-05-28 15:18:46 UTC (rev 752)
+++ jed/branches/0.99.19/debian/patches/x_toggle_visibility.dpatch	2007-05-28 15:34:24 UTC (rev 753)
@@ -4,6 +4,37 @@
 ## DP: This patch adds a new function to XJed to raise and lower the window.
 
 @DPATCH@
+diff -urNad 0.99.19~/doc/hlp/jedfuns.hlp 0.99.19/doc/hlp/jedfuns.hlp
+--- 0.99.19~/doc/hlp/jedfuns.hlp       2007-01-19 16:01:16.000000000 +0100
++++ 0.99.19/doc/hlp/jedfuns.hlp        2007-05-25 17:55:09.514248336 +0200
+@@ -7719,3 +7719,27 @@
+  SEE ALSO
+ 
+ --------------------------------------------------------------
++
++x_toggle_visibility
++
++ SYNOPSIS
++  Shows or hides the window
++
++ USAGE
++  x_toggle_visibility([Integer_Type hide])
++
++ DESCRIPTION
++ Makes the window visible or invisible. If the argument `hide' is not
++ given, the visility of the windows is toggled, e.g. if the window is
++ invisible it becomes visible and vice versa. If the optional argument
++ `hide' is given the state to the window becomes visible if
++ `hide' is non-zero or invisible if `hide' is zero, whether of
++ the current state.
++
++ You can also hide the window by calling `suspend', but you can now show
++ it, if the window doesn't have the focus.
++
++ SEE ALSO
++  suspend
++
++--------------------------------------------------------------
 diff -urNad 0.99.19~/doc/tm/rtl/xjed.tm 0.99.19/doc/tm/rtl/xjed.tm
 --- 0.99.19~/doc/tm/rtl/xjed.tm	2006-03-25 23:47:54.000000000 +0100
 +++ 0.99.19/doc/tm/rtl/xjed.tm	2007-05-25 17:55:28.606248336 +0200

Modified: jed/branches/0.99.19/debian/rules
===================================================================
--- jed/branches/0.99.19/debian/rules	2007-05-28 15:18:46 UTC (rev 752)
+++ jed/branches/0.99.19/debian/rules	2007-05-28 15:34:24 UTC (rev 753)
@@ -4,11 +4,8 @@
 
 # These additional compiler flags should bring up warnings about common
 # sources of errors.
-CFLAGS += -Wall -Wformat=2 -Wunused -Wundef -Wextra
+CFLAGS += -Wall -Wformat=2 -Wunused -Wundef -Wextra -g
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g
-endif
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
@@ -154,9 +151,7 @@
 	#
 	dh_installmenu -a
 	dh_fixperms -a
-ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	dh_strip -a
-endif
 	dh_compress -a
 	dh_installdeb -a
 	dh_shlibdeps -a




More information about the Pkg-jed-commit mailing list