--- wmpinboard-1.0.orig/man/Makefile.in +++ wmpinboard-1.0/man/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -83,9 +83,9 @@ all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps man/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -137,10 +137,15 @@ subdir = man distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu man/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ --- wmpinboard-1.0.orig/man/.cvsignore +++ wmpinboard-1.0/man/.cvsignore @@ -0,0 +1 @@ +Makefile.in --- wmpinboard-1.0.orig/Makefile.in +++ wmpinboard-1.0/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -82,16 +82,16 @@ all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status $(ACLOCAL_M4): configure.in cd $(srcdir) && $(ACLOCAL) -config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) @@ -253,11 +253,16 @@ -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile $(mkinstalldirs) $(distdir)/man $(distdir)/themes-kit $(distdir)/xpm @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ --- wmpinboard-1.0.orig/aclocal.m4 +++ wmpinboard-1.0/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4 +dnl aclocal.m4 generated automatically by aclocal 1.4-p4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -125,3 +125,21 @@ done<<>>dnl>>) changequote([,]))]) +#serial 1 +# This test replaces the one in autoconf. +# Currently this macro should have the same name as the autoconf macro +# because gettext's gettext.m4 (distributed in the automake package) +# still uses it. Otherwise, the use in gettext.m4 makes autoheader +# give these diagnostics: +# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX +# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX + +undefine([AC_ISC_POSIX]) + +AC_DEFUN([AC_ISC_POSIX], + [ + dnl This test replaces the obsolescent AC_ISC_POSIX kludge. + AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) + ] +) + --- wmpinboard-1.0.orig/config.h.in +++ wmpinboard-1.0/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ +/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define to empty if the keyword does not work. */ #undef const @@ -6,9 +6,6 @@ /* Define as __inline if that's what the C compiler calls it. */ #undef inline -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING --- wmpinboard-1.0.orig/configure +++ wmpinboard-1.0/configure @@ -1006,27 +1006,49 @@ fi CFLAGS=`echo "x $CFLAGS"|sed 's/^x //; s/\(^\| \)-g\($\| \)/ /g'` -echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 -echo "configure:1011: checking for POSIXized ISC" >&5 -if test -d /etc/conf/kconfig.d && - grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 -then - echo "$ac_t""yes" 1>&6 - ISC=yes # If later tests want to check for ISC. - cat >> confdefs.h <<\EOF -#define _POSIX_SOURCE 1 + + echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 +echo "configure:1012: checking for strerror in -lcposix" >&5 +ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + ac_save_LIBS="$LIBS" +LIBS="-lcposix $LIBS" +cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=no" +fi +rm -f conftest* +LIBS="$ac_save_LIBS" - if test "$GCC" = yes; then - CC="$CC -posix" - else - CC="$CC -Xp" - fi +fi +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 + LIBS="$LIBS -lcposix" else echo "$ac_t""no" 1>&6 - ISC= fi + + ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ac_cpp='$CPP $CPPFLAGS' @@ -1042,7 +1064,7 @@ fi echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1046: checking how to run the C preprocessor" >&5 +echo "configure:1068: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -1057,13 +1079,13 @@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1067: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1074,13 +1096,13 @@ rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1106: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1091,13 +1113,13 @@ rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1126,7 +1148,7 @@ # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 -echo "configure:1130: checking for X" >&5 +echo "configure:1152: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then @@ -1188,12 +1210,12 @@ # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -1262,14 +1284,14 @@ ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. @@ -1375,17 +1397,17 @@ case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 -echo "configure:1379: checking whether -R must be followed by a space" >&5 +echo "configure:1401: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_nospace=yes else @@ -1401,14 +1423,14 @@ else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_space=yes else @@ -1440,7 +1462,7 @@ # libraries were built with DECnet support. And karl@cs.umb.edu says # the Alpha needs dnet_stub (dnet does not exist). echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 -echo "configure:1444: checking for dnet_ntoa in -ldnet" >&5 +echo "configure:1466: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1448,7 +1470,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1481,7 +1503,7 @@ if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 -echo "configure:1485: checking for dnet_ntoa in -ldnet_stub" >&5 +echo "configure:1507: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1489,7 +1511,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1529,12 +1551,12 @@ # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:1533: checking for gethostbyname" >&5 +echo "configure:1555: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -1578,7 +1600,7 @@ if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:1582: checking for gethostbyname in -lnsl" >&5 +echo "configure:1604: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1586,7 +1608,7 @@ ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1627,12 +1649,12 @@ # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 -echo "configure:1631: checking for connect" >&5 +echo "configure:1653: checking for connect" >&5 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_connect=yes" else @@ -1676,7 +1698,7 @@ if test $ac_cv_func_connect = no; then echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 -echo "configure:1680: checking for connect in -lsocket" >&5 +echo "configure:1702: checking for connect in -lsocket" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1684,7 +1706,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1719,12 +1741,12 @@ # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 -echo "configure:1723: checking for remove" >&5 +echo "configure:1745: checking for remove" >&5 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_remove=yes" else @@ -1768,7 +1790,7 @@ if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 -echo "configure:1772: checking for remove in -lposix" >&5 +echo "configure:1794: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1776,7 +1798,7 @@ ac_save_LIBS="$LIBS" LIBS="-lposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1811,12 +1833,12 @@ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:1815: checking for shmat" >&5 +echo "configure:1837: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -1860,7 +1882,7 @@ if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 -echo "configure:1864: checking for shmat in -lipc" >&5 +echo "configure:1886: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1868,7 +1890,7 @@ ac_save_LIBS="$LIBS" LIBS="-lipc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1912,7 +1934,7 @@ # libraries we check for below, so use a different variable. # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 -echo "configure:1916: checking for IceConnectionNumber in -lICE" >&5 +echo "configure:1938: checking for IceConnectionNumber in -lICE" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1920,7 +1942,7 @@ ac_save_LIBS="$LIBS" LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1956,7 +1978,7 @@ fi echo $ac_n "checking for main in -lXpm""... $ac_c" 1>&6 -echo "configure:1960: checking for main in -lXpm" >&5 +echo "configure:1982: checking for main in -lXpm" >&5 ac_lib_var=`echo Xpm'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1964,14 +1986,14 @@ ac_save_LIBS="$LIBS" LIBS="-lXpm $X_LIBS -lX11 -lXext $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1997,7 +2019,7 @@ echo $ac_n "checking for sense in -life""... $ac_c" 1>&6 -echo "configure:2001: checking for sense in -life" >&5 +echo "configure:2023: checking for sense in -life" >&5 ac_lib_var=`echo ife'_'sense | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2005,7 +2027,7 @@ ac_save_LIBS="$LIBS" LIBS="-life $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2045,12 +2067,12 @@ echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:2049: checking for working const" >&5 +echo "configure:2071: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -2120,21 +2142,21 @@ fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:2124: checking for inline" >&5 +echo "configure:2146: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -2163,17 +2185,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2167: checking for $ac_hdr" >&5 +echo "configure:2189: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2199: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -2200,12 +2222,12 @@ done echo $ac_n "checking for getopt""... $ac_c" 1>&6 -echo "configure:2204: checking for getopt" >&5 +echo "configure:2226: checking for getopt" >&5 if eval "test \"`echo '$''{'ac_cv_func_getopt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getopt=yes" else @@ -2249,12 +2271,12 @@ fi echo $ac_n "checking for getopt_long""... $ac_c" 1>&6 -echo "configure:2253: checking for getopt_long" >&5 +echo "configure:2275: checking for getopt_long" >&5 if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getopt_long=yes" else @@ -2298,7 +2320,7 @@ fi echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 -echo "configure:2302: checking for 8-bit clean memcmp" >&5 +echo "configure:2324: checking for 8-bit clean memcmp" >&5 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2306,7 +2328,7 @@ ac_cv_func_memcmp_clean=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_memcmp_clean=yes else @@ -2342,12 +2364,12 @@ need_memcmp=yes fi echo $ac_n "checking for strchr""... $ac_c" 1>&6 -echo "configure:2346: checking for strchr" >&5 +echo "configure:2368: checking for strchr" >&5 if eval "test \"`echo '$''{'ac_cv_func_strchr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strchr=yes" else @@ -2391,12 +2413,12 @@ fi echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6 -echo "configure:2395: checking for strcasecmp" >&5 +echo "configure:2417: checking for strcasecmp" >&5 if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strcasecmp=yes" else @@ -2440,12 +2462,12 @@ fi echo $ac_n "checking for ualarm""... $ac_c" 1>&6 -echo "configure:2444: checking for ualarm" >&5 +echo "configure:2466: checking for ualarm" >&5 if eval "test \"`echo '$''{'ac_cv_func_ualarm'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_ualarm=yes" else @@ -2489,12 +2511,12 @@ fi echo $ac_n "checking for usleep""... $ac_c" 1>&6 -echo "configure:2493: checking for usleep" >&5 +echo "configure:2515: checking for usleep" >&5 if eval "test \"`echo '$''{'ac_cv_func_usleep'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_usleep=yes" else @@ -2538,12 +2560,12 @@ fi echo $ac_n "checking for kill""... $ac_c" 1>&6 -echo "configure:2542: checking for kill" >&5 +echo "configure:2564: checking for kill" >&5 if eval "test \"`echo '$''{'ac_cv_func_kill'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_kill=yes" else --- wmpinboard-1.0.orig/src/Makefile.in +++ wmpinboard-1.0/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -101,6 +101,8 @@ TAR = tar GZIP_ENV = --best +DEP_FILES = .deps/getopt.P .deps/getopt1.P .deps/memcmp.P .deps/misc.P \ +.deps/notes.P .deps/wmpinboard.P .deps/xmisc.P SOURCES = $(wmpinboard_SOURCES) $(EXTRA_wmpinboard_SOURCES) OBJECTS = $(wmpinboard_OBJECTS) @@ -108,9 +110,9 @@ .SUFFIXES: .SUFFIXES: .S .c .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -140,9 +142,6 @@ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ done -.c.o: - $(COMPILE) -c $< - .s.o: $(COMPILE) -c $< @@ -197,23 +196,53 @@ subdir = src distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done -misc.o: misc.c wmpinboard.h ../config.h -notes.o: notes.c wmpinboard.h ../config.h misc.h xmisc.h notes.h -wmpinboard.o: wmpinboard.c getopt.h wmpinboard.h ../config.h misc.h \ - notes.h xmisc.h ../xpm/pinboard.xpm ../xpm/bbar.xpm \ - ../xpm/abar.xpm ../xpm/digits.xpm -xmisc.o: xmisc.c wmpinboard.h ../config.h misc.h notes.h xmisc.h +DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) + +-include $(DEP_FILES) + +mostlyclean-depend: + +clean-depend: + +distclean-depend: + -rm -rf .deps + +maintainer-clean-depend: + +%.o: %.c + @echo '$(COMPILE) -c $<'; \ + $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< + @-cp .deps/$(*F).pp .deps/$(*F).P; \ + tr ' ' '\012' < .deps/$(*F).pp \ + | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ + >> .deps/$(*F).P; \ + rm .deps/$(*F).pp + +%.lo: %.c + @echo '$(LTCOMPILE) -c $<'; \ + $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< + @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ + < .deps/$(*F).pp > .deps/$(*F).P; \ + tr ' ' '\012' < .deps/$(*F).pp \ + | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ + >> .deps/$(*F).P; \ + rm -f .deps/$(*F).pp info-am: info: info-am dvi-am: @@ -251,23 +280,24 @@ maintainer-clean-generic: mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ - mostlyclean-tags mostlyclean-generic + mostlyclean-tags mostlyclean-depend mostlyclean-generic mostlyclean: mostlyclean-am -clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \ - mostlyclean-am +clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \ + clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \ - distclean-generic clean-am + distclean-depend distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-binPROGRAMS \ maintainer-clean-compile maintainer-clean-tags \ - maintainer-clean-generic distclean-am + maintainer-clean-depend maintainer-clean-generic \ + distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." @@ -277,12 +307,13 @@ maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile tags mostlyclean-tags distclean-tags \ -clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ -check-am installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +clean-tags maintainer-clean-tags distdir mostlyclean-depend \ +distclean-depend clean-depend maintainer-clean-depend info-am info \ +dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ +install-exec install-data-am install-data install-am install \ +uninstall-am uninstall all-redirect all-am all installdirs \ +mostlyclean-generic distclean-generic clean-generic \ +maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. --- wmpinboard-1.0.orig/src/wmpinboard.c +++ wmpinboard-1.0/src/wmpinboard.c @@ -165,7 +165,7 @@ char t[STRING_BUF_SIZE]; FILE *file; int pid = (int) getpid(); - static int sizes[6]; + static int sizes[7]; sizes[0] = size_0; sizes[1] = size_1; sizes[2] = size_2; @@ -973,26 +973,32 @@ case 'h': help(); case 'i': action(M_INFO, 0); case 'v': - printf("wmpinboard v" VERSION "\n\ncompile-time configuration:\n" - " - maximal number of notes is %d\n" #if TIMEOUT == 0 - " - edit mode timeout is disabled by default\n" +#define PRINT1 " - edit mode timeout is disabled by default\n" #else - " - default edit mode timeout is %d seconds\n" +#define PRINT1 " - default edit mode timeout is %d seconds\n" #endif - " - wear & tear of notes (creases) is " #ifdef CREASES - "enabled\n" +#define PRINT2 "enabled\n" #else - "disabled\n" +#define PRINT2 "disabled\n" #endif #ifndef FUNSTUFF - " - FUNSTUFF is disabled :-/\n" +#define PRINT3 " - FUNSTUFF is disabled :-/\n" +#else +#define PRINT3 #endif - , MAX_NOTES #if TIMEOUT != 0 - , TIMEOUT +#define PRINT4 , TIMEOUT #endif + printf("wmpinboard v" VERSION "\n\ncompile-time configuration:\n" + " - maximal number of notes is %d\n" + PRINT1 + " - wear & tear of notes (creases) is " + PRINT2 + PRINT3 + , MAX_NOTES + PRINT4 ); exit(EXIT_SUCCESS); default : exit(EXIT_FAILURE); @@ -1532,7 +1538,7 @@ } } else { /* moved */ if (state.cur_note >= 0) { - if (string_empty(ndata[state.cur_note].text, 0)) { /* new note */ + if (note_empty(state.cur_note)) { /* new note */ animate_note(4); set_kbfocus(1); set_mode(M_EDIT); @@ -1711,7 +1717,14 @@ { if (state.abar_pressed < 4) { /* clicked on number */ char c = state.a_edit[state.abar_pressed]; - char delta = state.button == 1 ? 1 : -1; + char delta; + switch (state.button) { + case 1: delta = 1; break; /* Left mouse button */ + case 3: delta = -1; break; /* Right mouse button */ + case 4: delta = 1; break; /* Scrollwheel up */ + case 5: delta = -1; break; /* Scrollwheel down */ + default: delta = 0; break; /* Unknown button; ignore */ + } switch (state.abar_pressed) { case 0: c = (24+c+delta)%24; break; @@ -1849,7 +1862,7 @@ handle_KeyPress(XEvent *event) { KeySym ksym; - unsigned char ch[4]; + char ch[4]; char *s; int i, j = 0; @@ -1910,8 +1923,9 @@ } } else { if (InputContext) { - j = XmbLookupString(InputContext, &event->xkey, (char*) ch, sizeof(ch), - &ksym, 0); + Status status_return; + j = XmbLookupString(InputContext, &event->xkey, ch, sizeof(ch), + &ksym, &status_return); } else { j = XLookupString(&event->xkey, (char*) ch, sizeof(ch), &ksym, &state.compose); --- wmpinboard-1.0.orig/src/.cvsignore +++ wmpinboard-1.0/src/.cvsignore @@ -0,0 +1 @@ +Makefile.in --- wmpinboard-1.0.orig/.cvsignore +++ wmpinboard-1.0/.cvsignore @@ -0,0 +1,5 @@ +aclocal.m4 +configure +install-sh +missing +Makefile.in --- wmpinboard-1.0.orig/autogen.sh +++ wmpinboard-1.0/autogen.sh @@ -0,0 +1,21 @@ +#!/bin/sh +# +# autogen.sh glue for wmpinboard +# $Id: autogen.sh,v 1.3 2001/07/03 02:14:16 hmh Exp $ +# +set -e + +# The idea is that we make sure we're always using an up-to-date +# version of all the auto* script chain for the build. The GNU autotools +# are rather badly designed in that area. + +aclocal +autoheader + +#we don't use symlinks because of debian's build system, +#but they would be a better choice. +[ -r /usr/share/automake/missing ] && cp -f /usr/share/automake/missing . +[ -r /usr/share/automake/install-sh ] && cp -f /usr/share/automake/install-sh . + +automake +autoconf --- wmpinboard-1.0.orig/debian/menu +++ wmpinboard-1.0/debian/menu @@ -0,0 +1,2 @@ +?package(wmpinboard):needs="X11" section="Apps/Tools" hints="Dockapp,Desktop"\ + title="wmPinboard" command="/usr/bin/wmpinboard" --- wmpinboard-1.0.orig/debian/README.Debian +++ wmpinboard-1.0/debian/README.Debian @@ -0,0 +1,8 @@ +wmpinboard for Debian +$Id: README.Debian,v 1.2 2001/03/24 17:15:02 hmh Exp $ +============================================================ + +For extensive information on how to use the program, see the +wmpinboard(1) man page included with this package. + + -- Henrique M. Holschuh , Sat, 29 Jul 2000 19:42:11 -0300 --- wmpinboard-1.0.orig/debian/changelog +++ wmpinboard-1.0/debian/changelog @@ -0,0 +1,113 @@ +wmpinboard (1.0-11) unstable; urgency=low + + * Fixed weird scrollwheel behaviour when trying to {in,de}crease numbers + (using the scrollwheel always decreased the number). Thanks for noticing + and fixing to Marcel Moreaux . (Closes: #273743) + + -- Marc 'HE' Brockschmidt Sat, 2 Oct 2004 13:25:25 +0200 + +wmpinboard (1.0-10) unstable; urgency=low + + * Fixed segfault when creating a new note. Patch 'stolen' from Gentoo's + wmpinboard-1.0.ebuild. Patch written by Michele Noberasco + , thanks. Also thanks to Adeodato Sim + for reporting the fix. (Closes: #260260) + + -- Marc 'HE' Brockschmidt Thu, 22 Jul 2004 18:44:48 +0200 + +wmpinboard (1.0-9) unstable; urgency=low + + * debian/control: + + I'm a DD. + + Updated B-D to match the new XFree packaging. + * debian/menu: Quote everything. + + -- Marc 'HE' Brockschmidt Thu, 15 Jul 2004 19:34:37 +0200 + +wmpinboard (1.0-8) unstable; urgency=low + + * New maintainer. (Closes: #218444) + * Fix: Now doesn't enter edit mode anytime one clicks on a note only + containing a drawing - Patch from Martin Stigge . + (Closes: #215886) + * Bumped Standards-Version to 3.6.1 (no changes) + * debian/rules: Cleanup + * debian/copyright: Stripped boilerplate (s) to make lintian happy + + -- Marc Brockschmidt Sun, 2 Nov 2003 13:14:10 +0100 + +wmpinboard (1.0-7) unstable; urgency=low + + * Fix spelling mistake in description. Thanks to Matt Zimmerman for + the patch. + + -- Henrique de Moraes Holschuh Mon, 17 Dec 2001 17:39:33 -0200 + +wmpinboard (1.0-6) unstable; urgency=low + + * Apply gcc 3.0 fixes, thanks to LaMont Jones + for the patch (closes: #103160) + + -- Henrique de Moraes Holschuh Mon, 2 Jul 2001 22:47:15 -0300 + +wmpinboard (1.0-5) unstable; urgency=low + + * Switch to auto-gen.sh-based CVS build + + -- Henrique de Moraes Holschuh Wed, 28 Mar 2001 10:48:50 -0300 + +wmpinboard (1.0-4) unstable; urgency=low + + * New build depends to work around possible + breakage in xlibs-dev provides once and for + all (closes: #90739) + + -- Henrique de Moraes Holschuh Thu, 22 Mar 2001 17:31:01 -0300 + +wmpinboard (1.0-3) unstable; urgency=low + + * Summer clean-up. Brought package up to policy 3.5.0.0 + + -- Henrique de Moraes Holschuh Fri, 2 Feb 2001 12:28:13 -0200 + +wmpinboard (1.0-2) unstable; urgency=low + + * Fixed bogosity in .orig.tar.gz source tarball + + -- Henrique de Moraes Holschuh Fri, 8 Dec 2000 18:34:02 -0200 + +wmpinboard (1.0-1) unstable; urgency=low + + * New maintainer + * Rebuilt package from scratch (NM developer skill test). + * Closing already fixed bugs: (closes #71196, #62459, #67984) + + -- Henrique de Moraes Holschuh Sat, 25 Nov 2000 09:06:38 -0200 + +wmpinboard (0.9.2-1.1) unstable; urgency=low + + * NMU by Branden Robinson . + * Recompile against modern xpm4g package to get proper shared library + dependency and permit this package to be installed with forthcoming + XFree86 4.x packages, which include libXpm. + * debian/control: added Build-Depends + + -- Branden Robinson Mon, 23 Oct 2000 14:52:07 -0500 + +wmpinboard (0.9.2-1) unstable; urgency=low + + * New upstream version + + -- Darren Benham Sat, 18 Sep 1999 09:40:46 -0700 + +wmpinboard (0.8.2-1) unstable; urgency=low + + * New upstream version + + -- Darren Benham Sat, 10 Apr 1999 21:50:46 -0700 + +wmpinboard (0.7-1) unstable; urgency=low + + * Initial Release. + + -- Darren Benham Sat, 30 Jan 1999 02:57:34 -0800 --- wmpinboard-1.0.orig/debian/rules +++ wmpinboard-1.0/debian/rules @@ -0,0 +1,79 @@ +#!/usr/bin/make -f + +# This is the debhelper compatability version to use. +export DH_COMPAT=1 + +TMP=$(CURDIR)/debian/tmp + +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + + +configure-stamp: + dh_testdir + touch configure.in Makefile.am */Makefile.am && sleep 2s && \ + touch aclocal.m4 Makefile.in */Makefile.in && sleep 2s && \ + touch stamp-h.in && sleep 2s && \ + touch config.h.in configure + CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man + touch configure-stamp + +configure: + ./autogen.sh + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + touch build-stamp + +clean: configure + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) maintainer-clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + $(MAKE) install DESTDIR=$(TMP) + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installmenu + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- wmpinboard-1.0.orig/debian/control +++ wmpinboard-1.0/debian/control @@ -0,0 +1,14 @@ +Source: wmpinboard +Section: x11 +Priority: optional +Maintainer: Marc 'HE' Brockschmidt +Standards-Version: 3.6.1 +Build-Depends: libx11-dev | xlibs-dev (>> 4.1.0), libxext-dev | xlibs-dev (>> 4.1.0), libxpm-dev | xlibs-dev (>> 4.1.0), libxt-dev | xlibs-dev (>> 4.1.0), debhelper (>= 4) + +Package: wmpinboard +Architecture: any +Depends: ${shlibs:Depends} +Description: Window Maker dock applet resembling a miniature pinboard + Themable Window Maker dock applet resembling a miniature pinboard. + Icon is titled TODO. Includes alarm functions. Think of it as very + high-tech post-its for your dockbar. --- wmpinboard-1.0.orig/debian/copyright +++ wmpinboard-1.0/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Henrique M. Holschuh on +Sat, 29 Jul 2000 19:42:11 -0300. It is now maintained by Marc Brockschmidt +. + +It was downloaded from http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ + +Packaging done based on the work of the previous maintainer, +Darren Benham + +Upstream Author: Marco Goetze + +Copyright: GNU General Public License, revision 2 or any later +revision thereof. A copy of this license is available in +/usr/share/common-licenses/GPL --- wmpinboard-1.0.orig/debian/docs +++ wmpinboard-1.0/debian/docs @@ -0,0 +1,4 @@ +README +AUTHORS +CREDITS +TODO --- wmpinboard-1.0.orig/debian/examples +++ wmpinboard-1.0/debian/examples @@ -0,0 +1,2 @@ +themes-kit/ +wmpb-convert.pl