[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#796395: marked as done (RFS: rolldice/1.14-1 ITA)



Your message dated Fri, 21 Aug 2015 21:20:34 +0000 (UTC)
with message-id <590873325.376112.1440192034567.JavaMail.yahoo@mail.yahoo.com>
and subject line Re: Bug#796395: RFS: rolldice/1.14-1 ITA
has caused the Debian Bug report #796395,
regarding RFS: rolldice/1.14-1 ITA
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 owner@bugs.debian.org
immediately.)


-- 
796395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796395
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "rolldice"

* Package name    : rolldice
  Version         : 1.14-1
  Upstream Author : [fill in name and email of upstream]
* URL             : [fill in URL of upstreams web site]
* License         : [fill in]
  Section         : games

It builds those binary packages:

	rolldice   - virtual dice roller

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/rolldice


Alternatively, one can download the package with dget using this command:

    dget -x
http://mentors.debian.net/debian/pool/main/r/rolldice/rolldice_1.14-1.dsc

More information about rolldice can be obtained from
https://github.com/sstrickl/rolldice

Changes since the last upload:

rolldice (1.14-1) unstable; urgency=medium

  * New upstream release (Closes: #74583, #672418)
  * Removed patch 01_remove_strip.diff - fixed upstream
  * Removed patch debian-changes-1.10-5
  * Don't timestamp the man page
  * debian/control
     - Bump standards-version to 3.9.6
     - Removed quilt from build-depends
     - Added libreadline-dev to build-depends
     - Updated homepage
     - New maintainer (Closes: #784189))
     - Removed article from short description
  * debian/rules
     - Remove 'dh_clean -k' in favor of 'dh_prep'
     - Hardened executables
     - Add build-arch and build-indep targets

 -- Thomas Ross <th0m4sr0ss@gmail.com>  Thu, 20 Aug 2015 20:55:20 -0400


Regards,
Thomas Ross

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Control: owner -1 !

Control: tags -1 moreinfo

Hi Thomas,

the version in mentors has no dep5 copyright.

Bonus point for having a dh rules file (seems trivial)

another problem regarding the use-flag patch.

-       $(CC) $(OBJFILES) -g -o rolldice $(LIBS)
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJFILES) -g -o rolldice $(LIBS)


I would move LDFLAGS at the end, near LIBS, because otherwise they might be stripped by the linker
(not sure, but I guess the linker might strip libraries if the previous
object files in the command line are not using them)

BTW do you install the manpage? I guess you might want to install by dh_manpages, the same for installdocs...

I guess a dh default call might do everything the rules file does right now

after that I guess it is good (note I still need to check the copyright and to build it)

BTW

License: GPL-2+

License: GPL-2


you need to describe the same license as above, not a different one :)

(it might be fixed in the dep5 copyright that hasn't been uploaded, don't know)

cheers,

G.

--- End Message ---

Reply to: