On Fri, Dec 11, 2009 at 03:11:57PM +0200, Jari Aalto wrote: > Package: git-buildpackage > Version: 0.4.61 > Severity: normal > > > For some reason the import fails. See attached archive for testing. > > $ git-import-dsc --verbose stterm_0.0+20091211-1.dsc The naming is broken:
stterm_0.0+20091211-1.debian.tar.gz stterm_0.0+20091211-1.diff.gz Either the orig.tar.gz or the diff.gz is named incorrectly. It should either be: stterm_0.0+20091211-1.debian.tar.gz stterm_0.0+20091211-1.debian-1.diff.gz or stterm_0.0+20091211.debian.tar.gz stterm_0.0+20091211.debian-1.diff.gz In short you can't have a .diff.gz without appending a Debian version. You can see this when running in verbose mode: $ git-import-dsc -v *dsc Upstream version: 0.0+20091211 Debian version: 1 I make sure that git-import-dsc spits out a clearer error message. Cheers, -- Guido -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

