Your message dated Tue, 14 Feb 2017 19:10:27 +0000
with message-id <[email protected]>
and subject line Bug#854748: Removed package(s) from unstable
has caused the Debian Bug report #565582,
regarding svn-autoreleasedeb improvement(1): added "buildopts" to config
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.)
--
565582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565582
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cvs-autoreleasedeb
Version: 0.12-1
Attached patch number 1:
Added a new optional package property to the configuration file:
"buildopts" so we can specify build options to svn-buildpackage
(e.g: -a<architecture> for cross compilation).
Thanks for the nice software,
Index: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog (revision 289)
+++ trunk/debian/changelog (revision 290)
@@ -1,3 +1,12 @@
+cvs-autoreleasedeb (0.12-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Added a new package property: "buildopts" so we can specify
+ build options to svn-buildpackage (e.g: -a<architecture> for
+ cross compilation).
+
+ -- Oron Peled <[email protected]> Thu, 10 Dec 2009 18:26:01 +0200
+
cvs-autoreleasedeb (0.12-1) unstable; urgency=low
* Some fixes in svn-autoreleasedeb. Now supports "local" option
Index: trunk/svn-autoreleasedeb
===================================================================
--- trunk/svn-autoreleasedeb (revision 289)
+++ trunk/svn-autoreleasedeb (revision 290)
@@ -217,8 +217,9 @@
# Generate the package
mkdir($::PACKDIR.$s."/".$p);
+ my $buildopts = $conf_struct->{$s}{$p}{buildopts};
chdir($::SVNDIR.$s."/".$conf_struct->{$s}{$p}{prefix}."/".$p);
- $cmd = "svn-buildpackage --svn-override=buildArea=".$::PACKDIR.$s."/".$p." ";
+ $cmd = "svn-buildpackage --svn-override=buildArea=".$::PACKDIR.$s."/".$p." $buildopts ";
unless (system($cmd) == 0) {
print "svn-buildpackage failed. going to try again in the next run!\n";
Index: trunk/svn-autoreleasedeb.conf.pod
===================================================================
--- trunk/svn-autoreleasedeb.conf.pod (revision 289)
+++ trunk/svn-autoreleasedeb.conf.pod (revision 290)
@@ -63,6 +63,7 @@
inside some other directory than the svn root. You must inform the tag
to checkout the sources from. This tag should be used to point where
to get the release from. "stable" is a good name for a tag.
+An optional property is "buildopts" and is passed verbatim to svn-buildpackage.
=head2 option
--- End Message ---
--- Begin Message ---
Version: 0.12-1+rm
Dear submitter,
as the package cvs-autoreleasedeb has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/854748
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---