Package: devscripts
Version: 2.10.51
Severity: important
Tags: patch
When trying to update a source package with a new upstream source, uupdate
fails to find the initial diff.gz file with this error:
gzip: ../../PACKAGENAME_INITIALVERSION.diff.gz: No such file or directory
This comes from the changes done to line 725 of the script between v2.10.50
and v2.10.51.
This patch corrects the issue:
--- /usr/bin/uupdate.orig 2009-06-17 11:45:01.750662308 +0200
+++ /usr/bin/uupdate 2009-06-17 11:42:34.541663159 +0200
@@ -722,7 +722,7 @@
done
fi
- if $DIFFCAT ../$DIFF | patch -sNp1 ; then
+ if $DIFFCAT $DIFF | patch -sNp1 ; then
echo "Success! The diffs from version $VERSION worked fine."
else
echo "$PROGNAME: the diffs from version $VERSION did not apply
cleanly!" >&2
Sincerely,
Yannick
-- Package-specific info:
--- /etc/devscripts.conf ---
--- ~/.devscripts ---
DEBUILD_DPKG_BUILDPACKAGE_OPTS="-r -uc -us"
USCAN_SYMLINK=no
UUPDATE_SYMLINK_ORIG=no
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages devscripts depends on:
ii dpkg-dev 1.15.2 Debian package development tools
ii libc6 2.9-13 GNU C Library: Shared libraries
ii perl 5.10.0-23 Larry Wall's Practical Extraction
Versions of packages devscripts recommends:
ii amaya [www-browser 10.1~pre4+dfsg.0-2 Web Browser, HTML Editor and Testb
ii at 3.1.10.2 Delayed job execution and batch pr
ii bsd-mailx [mailx] 8.1.2-0.20081101cvs-2 A simple mail user agent
ii bzr 1.15-1 easy to use distributed version co
ii conkeror [www-brow 0.9~git090223-1 keyboard focused web browser with
ii curl 7.19.5-1 Get a file from an HTTP, HTTPS or
ii cvs 1:1.12.13-12 Concurrent Versions System
ii dctrl-tools 2.13.1 Command-line tools to process Debi
ii debian-keyring 2009.05.28 GnuPG (and obsolete PGP) keys of D
ii debian-maintainers 1.60 GPG keys of Debian maintainers
ii dillo [www-browser 2.0-0.1 Small and fast web browser
pn dput | dupload <none> (no description available)
ii epiphany-webkit [w 2.27.2-2 Intuitive GNOME web browser - WebK
ii equivs 2.0.7-0.1 Circumvent Debian package dependen
ii fakeroot 1.12.3 Gives a fake root environment
ii git-core 1:1.6.3.1-1 fast, scalable, distributed revisi
ii gnupg 1.4.9-4 GNU privacy guard - a free PGP rep
ii iceweasel [www-bro 3.0.11-1 lightweight web browser based on M
ii konqueror [www-bro 4:4.2.4-1 KDE 4's advanced file manager, web
ii libauthen-sasl-per 2.12-1 Authen::SASL - SASL Authentication
ii libcrypt-ssleay-pe 0.57-1+b1 Support for https protocol in LWP
ii libparse-debcontro 2.005-2 Easy OO parsing of Debian control-
ii libsoap-lite-perl 0.710.08-2 Client and server side SOAP implem
ii libterm-size-perl 0.2-4+b1 Perl extension for retrieving term
ii libtimedate-perl 1.1600-9 Time and date functions for Perl
ii liburi-perl 1.37+dfsg-1 Manipulates and accesses URI strin
ii libwww-perl 5.826-1 WWW client/server library for Perl
ii libyaml-syck-perl 1.07-1 fast, lightweight YAML loader and
ii links2 [www-browse 2.2-1+b1 Web browser running in both graphi
ii lintian 2.2.11 Debian package checker
ii lsb-release 3.2-22 Linux Standard Base version report
ii lynx-cur [www-brow 2.8.7pre5-1 Text-mode WWW Browser with NLS sup
ii man-db 2.5.5-2 on-line manual pager
ii mercurial 1.2.1-3 scalable distributed version contr
ii midori [www-browse 0.1.7-1.1 fast, lightweight graphical web br
ii netsurf [www-brows 1.2-1+b1 Small portable web browser with CS
ii openssh-client [ss 1:5.1p1-6 secure shell client, an rlogin/rsh
ii patch 2.5.9-5 Apply a diff file to an original
ii patchutils 0.3.1-2 Utilities to work with patches
ii strace 4.5.18-1 A system call tracer
ii subversion 1.5.6dfsg-1 Advanced version control system
ii unzip 6.0-1 De-archiver for .zip files
ii w3m [www-browser] 0.5.2-2+b1 WWW browsable pager with excellent
ii w3mmee [www-browse 0.3.p24.20-3+b2 WWW browsable pager with excellent
ii wdiff 0.5-18 Compares two files word by word
ii wget 1.11.4-2 retrieves files from the web
Versions of packages devscripts suggests:
ii build-essential 11.4 Informational list of build-essent
pn cvs-buildpackage <none> (no description available)
pn devscripts-el <none> (no description available)
ii gnuplot 4.2.5-2 A command-line driven interactive
ii libfile-desktopentry-perl 0.04-2 Perl module to handle freedesktop
pn libnet-smtp-ssl-perl <none> (no description available)
ii mutt 1.5.20-1 text-based mailreader supporting M
ii svn-buildpackage 0.6.25 helper programs to maintain Debian
-- no debconf information
--
To unsubscribe, send mail to [email protected].