diff --git a/buildubu.sh b/buildubu.sh index 433adcb8..357a4213 100755 --- a/buildubu.sh +++ b/buildubu.sh @@ -1,14 +1,14 @@ #!/bin/sh -rm -rf ../conky-1.3.1* ../conky_* +rm -rf ../conky-1.3.3* ../conky_* make distclean sh autogen.sh ./configure make dist -cp -f conky-1.3.1.tar.gz ../conky_1.3.1.orig.tar.gz +cp -f conky-1.3.3.tar.gz ../conky_1.3.3.orig.tar.gz cd .. -tar xvzf conky_1.3.1.orig.tar.gz -cd conky-1.3.1 +tar xvzf conky_1.3.3.orig.tar.gz +cd conky-1.3.3 #dh_make -s cp -r ../conky/debian . rm -rf debian/CVS diff --git a/debian/changelog b/debian/changelog index dcec80da..f8bcce38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +conky (1.3.3-1) unstable; urgency=low + + * New upstream release + * Removed ml_* variables from documentation (closes: #335543) + * Removed i2c line from sample config (closes: #329396) + + -- Jason Tan Tue, 25 Oct 2005 07:34:54 -0700 + conky (1.3.1-1) unstable; urgency=low * New upstream release diff --git a/doc/conkyrc.sample b/doc/conkyrc.sample index e858f459..e06cd96f 100644 --- a/doc/conkyrc.sample +++ b/doc/conkyrc.sample @@ -150,8 +150,6 @@ ${color lightgrey}Networking: ${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff} ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000} ${color lightgrey}File systems: / $color${fs_used /}/${fs_size /} ${fs_bar /} -${color lightgrey}Temperatures: - CPU:$color ${i2c temp 2}C${color grey} - MB:$color ${i2c temp 1}C ${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title ${color #88aadd}$mpd_bar ${color #88aadd}${alignc}$mpd_status diff --git a/doc/variables.xml b/doc/variables.xml index 84fc16f5..c702f766 100644 --- a/doc/variables.xml +++ b/doc/variables.xml @@ -646,96 +646,6 @@ - - - - - - total session upload in mb - - - - - - - - - total session download in mb - - - - - - - - - number of shared files - - - - - - - - - total session shared in mb, buggy in some mldonkey versions - - - - - - - - - tcp upload rate in kb/s - - - - - - - - - tcp download rate in kb/s - - - - - - - - - udp upload rate in kb/s - - - - - - - - - udp download rate in kb/s - - - - - - - - - number of completed files - - - - - - - - - number of downloading files - - -