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

Bug#686208: marked as done (unblock: asymptote/2.15-2)



Your message dated Wed, 29 Aug 2012 21:41:30 +0100
with message-id <1346272890.29555.16.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#686208: unblock: asymptote/2.15-2
has caused the Debian Bug report #686208,
regarding unblock: asymptote/2.15-2
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.)


-- 
686208: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686208
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package asymptote

Hopefully this should be an easy one.  Asymptote's reference card, had a
license that did not specifically allow modifications
(http://bugs.debian.org/684417).  I contacted upstream, he changed the license,
and so I've updated the package with the latest version of the reference card
from upstream (which is the same as the current version, a typo fix, bumping
the version number and year, and actually printing the license on the card).

unblock asymptote/2.15-2

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing'), (400,
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
diff -Nru asymptote-2.15/debian/changelog asymptote-2.15/debian/changelog
--- asymptote-2.15/debian/changelog	2011-11-18 15:51:57.000000000 -0500
+++ asymptote-2.15/debian/changelog	2012-08-10 15:49:01.000000000 -0400
@@ -1,3 +1,9 @@
+asymptote (2.15-2) unstable; urgency=low
+
+  * Clarify license for reference card. (Closes: #684417)
+
+ -- Hubert Chathi <uhoreg@debian.org>  Fri, 10 Aug 2012 15:49:01 -0400
+
 asymptote (2.15-1) unstable; urgency=low
 
   * Imported Upstream version 2.15
diff -Nru asymptote-2.15/debian/copyright asymptote-2.15/debian/copyright
--- asymptote-2.15/debian/copyright	2011-11-18 15:36:38.000000000 -0500
+++ asymptote-2.15/debian/copyright	2012-08-10 15:48:09.000000000 -0400
@@ -14,11 +14,11 @@
 License: GPL-2+
 
 Files: doc/asyRefCard.tex
-Copyright: Copyright (C) 2011 John C. Bowman
+Copyright: Copyright (C) 2012 John C. Bowman
 License: other
- Permission is granted to make and distribute copies of this card
- provided the copyright notice and this permission notice are
- preserved on all copies.
+ Permission is granted to make and distribute copies of this card, with
+ or without modifications, provided the copyright notice and this
+ permission notice are preserved on all copies.
 
 Files: camp.tab.h
 Copyright: Copyright 1984,1989-1990,2000-2006 Free Software Foundation, Inc.
diff -Nru asymptote-2.15/debian/patches/0003-clarify-ref-card-license.patch asymptote-2.15/debian/patches/0003-clarify-ref-card-license.patch
--- asymptote-2.15/debian/patches/0003-clarify-ref-card-license.patch	1969-12-31 19:00:00.000000000 -0500
+++ asymptote-2.15/debian/patches/0003-clarify-ref-card-license.patch	2012-08-10 17:53:10.000000000 -0400
@@ -0,0 +1,44 @@
+--- asymptote-2.15/doc/asyRefCard.tex	2011-11-15 16:23:53.000000000 -0500
++++ asymptote-2.15/doc/asyRefCard.tex	2012-08-10 15:50:11.071067987 -0400
+@@ -38,8 +38,8 @@
+ %  (reference card macros due to Stephen Gildea)
+ %
+ 
+-\def\versionnumber{0.0}  % Version of this reference card
+-\def\year{2011}
++\def\versionnumber{1.0}  % Version of this reference card
++\def\year{2012}
+ \def\month{August}
+ \def\version{\month\ \year\ v\versionnumber}
+ 
+@@ -51,9 +51,9 @@
+ \vskip 1ex plus 100 fill\begingroup\small
+ \centerline{\version. Copyright \copyright\ \year\ John C. Bowman}
+ 
+-Permission is granted to make and distribute copies of
+-this card provided the copyright notice and this permission notice
+-are preserved on all copies.
++Permission is granted to make and distribute copies of this card, with
++or without modifications, provided the copyright notice and this
++permission notice are preserved on all copies.
+ \endgroup}
+ 
+ % make \bye not \outer so that the \def\bye in the \else clause below
+@@ -472,7 +472,7 @@
+ \key{arclength of path {\tt p}}{arclength(p)}
+ \key{time at which {\tt arclength(p)=L}}{arctime(p,L)}
+ \key{point on path {\tt p} at arclength {\tt L}}{arcpoint(p,L)}
+-\key{first value {\tt t} at which {\tt dir(p,t)=z}}{dir(p,z)}
++\key{first value {\tt t} at which {\tt dir(p,t)=z}}{dirtime(p,z)}
+ \key{time {\tt t} at relative fraction {\tt l} of {\tt arclength(p)}}{reltime(p,l)}
+ \key{point at relative fraction {\tt l} of {\tt arclength(p)}}{relpoint(p,l)}
+ \key{point midway along arclength of {\tt p}}{midpoint(p)}
+@@ -542,7 +542,7 @@
+ %%%%%%%%%%%%%%%%%%%%%%%%%% END LIBRARIES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ 
+ % This goes at the bottom of the last page (column 6)
+-%\copyrightnotice
++\copyrightnotice
+ %
+ 
+ \bye
diff -Nru asymptote-2.15/debian/patches/series asymptote-2.15/debian/patches/series
--- asymptote-2.15/debian/patches/series	2011-11-18 15:47:40.000000000 -0500
+++ asymptote-2.15/debian/patches/series	2012-08-10 17:02:32.000000000 -0400
@@ -1,2 +1,3 @@
 0001-use-xpdf-instead-of-acroread.patch
 0002-update-documentation-for-debian-specific-parts.patch
+0003-clarify-ref-card-license.patch

--- End Message ---
--- Begin Message ---
On Wed, 2012-08-29 at 16:30 -0400, Hubert Chathi wrote:
> Please unblock package asymptote
> 
> Hopefully this should be an easy one.  Asymptote's reference card, had a
> license that did not specifically allow modifications
> (http://bugs.debian.org/684417).  I contacted upstream, he changed the license,
> and so I've updated the package with the latest version of the reference card
> from upstream (which is the same as the current version, a typo fix, bumping
> the version number and year, and actually printing the license on the card).

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: