Your message dated Mon, 8 Apr 2013 15:32:47 +0530
with message-id
<CAOo+eVqHUD_er=1jqr5j3ktojhtxkvch6_lzdwc3-89znbo...@mail.gmail.com>
and subject line Re: Bug#704650: Gem2deb should read uploader email from a
variable
has caused the Debian Bug report #704650,
regarding Gem2deb should read uploader email from a variable
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.)
--
704650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704650
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: gem2deb
Version: 0.3.0
severity: wishlist
Currently each time gem2deb is run, we have to edit debian/control and
debian/changelog to update our email addresses. This could be automated if
is run from a variable and possible a gem2debrc file. We could use the same
variable names used by devscripts.
--- End Message ---
--- Begin Message ---
2013/4/8 Praveen A <[email protected]>:
> hmm it is working in a clean chroot. Does environment variables have
> highest priority or does it gets overridden by some configuration
> files?
okay, I figured out, I missed exporting these variable in my
~/.bashrc, so it shoed up in bash but was not available to gem2deb.
But even after this change, debian/changelog is not showing the
correct email address, even though debian/control now has my name and
email in uploaders.
pravi@savannah:/tmp$ cat ruby-vegas-0.1.11/debian/control
Source: ruby-vegas
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Uploaders: Praveen Arimbrathodiyil <[email protected]>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-vegas.git
#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-vegas.git;a=summary
Homepage: http://code.quirkey.com/vegas
XS-Ruby-Versions: all
Package: ruby-vegas
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# rack (>= 1.0.0), mocha (~> 0.9.8, development), bacon (~> 1.1.0,
development), sinatra (~> 0.9.4, development)
Description: Vegas aims to solve the simple problem of creating
executable versions of Sinatra/Rack apps.
Vegas aims to solve the simple problem of creating executable
versions of Sinatra/Rack apps. It includes a class Vegas::Runner that
wraps Rack/Sinatra applications and provides a simple command line
interface and launching mechanism.
pravi@savannah:/tmp$ cat ruby-vegas-0.1.11/debian/changelog
ruby-vegas (0.1.11-1) UNRELEASED; urgency=low
* Initial release (Closes: #nnnn)
-- Praveen Arimbrathodiyil <[email protected]> Mon, 08
Apr 2013 15:25:51 +0530
Is changelog generated using some other tool?
--
പ്രവീണ് അരിമ്പ്രത്തൊടിയില്
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.
--- End Message ---