Your message dated Tue, 26 Jan 2010 15:56:53 +0000
with message-id <[email protected]>
and subject line Bug#552771: fixed in git-buildpackage 0.4.64
has caused the Debian Bug report #552771,
regarding 3.0 source format: git-import-dsc can't import .debian.tar.gz
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
552771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552771
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-buildpackage
Version: 0.4.59
Severity: normal
I did some tests with the new 3.0 (quilt) source format and git-buildpackage
as it seems to be untested at the moment[1]. I think that it doesn't support
that format. I came to this conclusion by changing a package which has patches
which must be applied before the clean target is run. This is valid according
to the dpkg-source manpage under "Format: 3.0 (quilt)" "Extracting".
"Note: dpkg-source expects the source tree to have all patches listed in the
series file applied when you generate the source package"
It fails with
make[2]: Leaving directory `/home/rowo/mupen64plus/dummy_video'
make -C glN64 clean
make: Entering an unknown directory
make: *** glN64: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [clean-plugins] Error 2
make[1]: Leaving directory `/home/rowo/mupen64plus'
dh_auto_clean: make returned exit code 2
make: *** [clean] Error 1
fakeroot debian/rules clean returned 2
Couldn't run 'fakeroot debian/rules clean'
Sources were obtained with `debcheckout --git-track="*" mupen64plus` and patch
was applied using `git am 0001-Test-Format-3.0-quilt.patch`
[1] http://wiki.debian.org/Projects/DebSrc3.0
[2] http://git.debian.org/?p=collab-maint/mupen64plus.git
--
Robert Wohlrab
From 4f69198196c14bc32278fb174420d46f9129c62d Mon Sep 17 00:00:00 2001
From: Robert Wohlrab <[email protected]>
Date: Tue, 27 Oct 2009 22:14:52 +0100
Subject: [PATCH] Test Format 3.0 (quilt)
---
debian/Makefile.glN64 | 2 --
debian/control | 2 +-
debian/rules | 7 ++-----
debian/source/format | 1 +
4 files changed, 4 insertions(+), 8 deletions(-)
delete mode 100644 debian/Makefile.glN64
create mode 100644 debian/source/format
diff --git a/debian/Makefile.glN64 b/debian/Makefile.glN64
deleted file mode 100644
index 1f3f033..0000000
--- a/debian/Makefile.glN64
+++ /dev/null
@@ -1,2 +0,0 @@
-%:
-.PHONY: clean
diff --git a/debian/control b/debian/control
index 89a51d3..3cd7324 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Homepage: http://code.google.com/p/mupen64plus/
Standards-Version: 3.8.3
Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus.git
Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus.git
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), libsdl1.2-dev,
+Build-Depends: debhelper (>= 7.0.50), libsdl1.2-dev,
libsdl-ttf2.0-dev, libfreetype6-dev, libglib2.0-dev, libgtk2.0-dev,
libsamplerate0-dev, libpng12-dev | libpng-dev, libbz2-dev,
zlib1g-dev | libz-dev, libgl1-mesa-dev | libgl-dev,
diff --git a/debian/rules b/debian/rules
index 2c00aed..6cd1ea1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,16 +4,13 @@
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
%:
- dh --with quilt $@
+ dh $@
get-orig-source:
uscan --verbose --force-download
clean:
- mkdir -p "$(CURDIR)/glN64"
- cp "$(CURDIR)/debian/Makefile.glN64" "$(CURDIR)/glN64/Makefile"
- dh --with quilt $@
- rm -rf "$(CURDIR)/glN64"
+ dh $@
rm -rf "$(CURDIR)/plugins"
override_dh_auto_build:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
1.6.5
--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.4.64
We believe that the bug you reported is fixed in the latest version of
git-buildpackage, which is due to be installed in the Debian FTP archive:
git-buildpackage_0.4.64.dsc
to main/g/git-buildpackage/git-buildpackage_0.4.64.dsc
git-buildpackage_0.4.64.tar.gz
to main/g/git-buildpackage/git-buildpackage_0.4.64.tar.gz
git-buildpackage_0.4.64_all.deb
to main/g/git-buildpackage/git-buildpackage_0.4.64_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated git-buildpackage package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 25 Jan 2010 22:08:26 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.64
Distribution: unstable
Urgency: low
Maintainer: Guido Günther <[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 552771
Changes:
git-buildpackage (0.4.64) unstable; urgency=low
.
* [ab40623] Add gbp-add-patch to easily commit patches from debian/patches
* [34c1c43] Allow to skip imports of same version Based on a patch by
Christoph Göhre.
* [ea6311e] DscFile: Parse name of debian.tar.gz
* [237a547] Import version 3 source format (Closes: #552771)
Checksums-Sha1:
8ff0fc5a1bae36d03d6dd6cacc5e1dfa9cf3532a 1063 git-buildpackage_0.4.64.dsc
1b480052f6d6b1fc88e5787dac441f82d16a1321 66567 git-buildpackage_0.4.64.tar.gz
3d82d250bfc880fa4fda39b7c610c01af4ffbc2e 86288 git-buildpackage_0.4.64_all.deb
Checksums-Sha256:
e576b7a7cf4a3c3a5880815105236e871fb38912c3d6ce178a699cf35b42a454 1063
git-buildpackage_0.4.64.dsc
62a9af0e748c242425661d9c86791717c0b2520e4c524114a3aaa94ebb1d38a2 66567
git-buildpackage_0.4.64.tar.gz
924e6a0ec8e42e070c554f7a49812f2c326165d203273b76549b8e51131d687d 86288
git-buildpackage_0.4.64_all.deb
Files:
83a5143aa8f3f8f5d9368838f300f2a5 1063 vcs optional git-buildpackage_0.4.64.dsc
fea0b90e021b8aed27e6f312c7afd027 66567 vcs optional
git-buildpackage_0.4.64.tar.gz
339ecafe3d37c3cedd476e7ce03ffde6 86288 vcs optional
git-buildpackage_0.4.64_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLXu2Mn88szT8+ZCYRApy7AJ9MSMigHY0e0brhi4mnBTxI8nOL1QCfQMtm
WKK8SFlSsa9dvqDAXaGJdOM=
=THyg
-----END PGP SIGNATURE-----
--- End Message ---