I've made the appropriate changes to debian/control and debian/copyright to fix the double bsd-license, and added the build-depends on libxt-dev. The package files can be found at the same place:
http://www.cs.washington.edu/homes/jtan325/conky/conky_1.3.0.orig.tar.gz
http://www.cs.washington.edu/homes/jtan325/conky/conky_1.3.0-1.diff.gz
http://www.cs.washington.edu/homes/jtan325/conky/conky_1.3.0-1.dsc
My understanding of the revision numbers only apply to packages that have already made it to the repositories... or should I change debian/changelog to 1.3.0-2 now? Let me know if anything else needs attention. Thanks!
Jason
On 9/8/05, Andreas Jochens <[EMAIL PROTECTED]> wrote:
Package: conky
Version: 1.3.0-1
Severity: serious
Tags: patch
When building 'conky' in a clean 'unstable' chroot,
I get the following error:
checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3
checking for X... no
checking for XdbeQueryExtension in -lXext... no
configure: error: something went wrong when checking for Xdbe (double buffer extension)
make: *** [config.status] Error 1
Please add the missing Build-Depends on 'libxt-dev'
to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/conky-1.3.0/debian/control ./debian/control
--- ../tmp-orig/conky-1.3.0/debian/control 2005-09-09 05:57:03.000000000 +0000
+++ ./debian/control 2005-09-09 05:57: 01.000000000 +0000
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Jason Tan <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev
+Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxt-dev
Standards-Version: 3.6.2
Package: conky