Author: lkajan-guest
Date: 2012-09-29 08:40:43 +0000 (Sat, 29 Sep 2012)
New Revision: 12296

Modified:
   trunk/packages/concavity/trunk/debian/README.source
   trunk/packages/concavity/trunk/debian/patches/CFLAGSasf
   trunk/packages/concavity/trunk/debian/patches/compiler_errors
   trunk/packages/concavity/trunk/debian/patches/default_target_all
   trunk/packages/concavity/trunk/debian/patches/freeglut
   trunk/packages/concavity/trunk/debian/patches/noopengllink
   trunk/packages/concavity/trunk/debian/patches/safe_recursive_make
   trunk/packages/concavity/trunk/debian/patches/spelling
Log:
patches forwarded upstream, I recorded this in the patches' annotations

Modified: trunk/packages/concavity/trunk/debian/README.source
===================================================================
--- trunk/packages/concavity/trunk/debian/README.source 2012-09-28 20:03:44 UTC 
(rev 12295)
+++ trunk/packages/concavity/trunk/debian/README.source 2012-09-29 08:40:43 UTC 
(rev 12296)
@@ -20,8 +20,4 @@
 These are the files in pkg/. In a personal communication the author (Thomas 
Funkhouser <[email protected]>) did not endorse the separate packaging of 
this library, although the license would allow this.
 His argument is roughly that GAPS is handled very dynamically by its 
developers and its versions are not expected to be compatible.
 
-Description of d/patches
-------------------------
-Patches are being communicated to upstream. They will be annotated as soon as 
the email appears in our mailing list.
-
 # vim:et:ts=2:

Modified: trunk/packages/concavity/trunk/debian/patches/CFLAGSasf
===================================================================
--- trunk/packages/concavity/trunk/debian/patches/CFLAGSasf     2012-09-28 
20:03:44 UTC (rev 12295)
+++ trunk/packages/concavity/trunk/debian/patches/CFLAGSasf     2012-09-29 
08:40:43 UTC (rev 12296)
@@ -1,6 +1,9 @@
 Author: Laszlo Kajan <[email protected]>
 Description: respect CFLAGS and alike from environment
- CFLAGS CPPFLAGS LDFLAGS, to allow hardening flags to be passed
+ CFLAGS CPPFLAGS LDFLAGS, to allow hardening flags to be passed from
+ environment.
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017323.html
+Forwarded-Comment: Upstream was bcc'd on forwarded email.
 --- a/scripts/Makefile.apps
 +++ b/scripts/Makefile.apps
 @@ -42,7 +42,7 @@

Modified: trunk/packages/concavity/trunk/debian/patches/compiler_errors
===================================================================
--- trunk/packages/concavity/trunk/debian/patches/compiler_errors       
2012-09-28 20:03:44 UTC (rev 12295)
+++ trunk/packages/concavity/trunk/debian/patches/compiler_errors       
2012-09-29 08:40:43 UTC (rev 12296)
@@ -1,5 +1,7 @@
 Author: Laszlo Kajan <[email protected]>
 Description: fix compiler errors and warnings
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017323.html
+Forwarded-Comment: Upstream was bcc'd on forwarded email.
 --- a/pkgs/PDB/PDBFile.C
 +++ b/pkgs/PDB/PDBFile.C
 @@ -396,7 +396,7 @@

Modified: trunk/packages/concavity/trunk/debian/patches/default_target_all
===================================================================
--- trunk/packages/concavity/trunk/debian/patches/default_target_all    
2012-09-28 20:03:44 UTC (rev 12295)
+++ trunk/packages/concavity/trunk/debian/patches/default_target_all    
2012-09-29 08:40:43 UTC (rev 12296)
@@ -1,5 +1,7 @@
 Author: Laszlo Kajan <[email protected]>
 Description: make default target 'all'
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017323.html
+Forwarded-Comment: Upstream was bcc'd on forwarded email.
 --- a/Makefile
 +++ b/Makefile
 @@ -2,6 +2,9 @@

Modified: trunk/packages/concavity/trunk/debian/patches/freeglut
===================================================================
--- trunk/packages/concavity/trunk/debian/patches/freeglut      2012-09-28 
20:03:44 UTC (rev 12295)
+++ trunk/packages/concavity/trunk/debian/patches/freeglut      2012-09-29 
08:40:43 UTC (rev 12296)
@@ -1,5 +1,7 @@
 Author: Laszlo Kajan <[email protected]>
 Description: do not make freeglut, this is packaged separately
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017323.html
+Forwarded-Comment: Upstream was bcc'd on forwarded email.
 --- a/pkgs/Makefile
 +++ b/pkgs/Makefile
 @@ -33,7 +33,7 @@

Modified: trunk/packages/concavity/trunk/debian/patches/noopengllink
===================================================================
--- trunk/packages/concavity/trunk/debian/patches/noopengllink  2012-09-28 
20:03:44 UTC (rev 12295)
+++ trunk/packages/concavity/trunk/debian/patches/noopengllink  2012-09-29 
08:40:43 UTC (rev 12296)
@@ -1,6 +1,8 @@
 Author: Laszlo Kajan <[email protected]>
 Description: do not require linking with opengl
  None of the affected methods are used by the application.
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017323.html
+Forwarded-Comment: Upstream was bcc'd on forwarded email.
 --- a/scripts/Makefile.apps
 +++ b/scripts/Makefile.apps
 @@ -58,7 +58,7 @@

Modified: trunk/packages/concavity/trunk/debian/patches/safe_recursive_make
===================================================================
--- trunk/packages/concavity/trunk/debian/patches/safe_recursive_make   
2012-09-28 20:03:44 UTC (rev 12295)
+++ trunk/packages/concavity/trunk/debian/patches/safe_recursive_make   
2012-09-29 08:40:43 UTC (rev 12296)
@@ -1,5 +1,7 @@
 Author: Laszlo Kajan <[email protected]>
 Description: safer recursive make calls
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017323.html
+Forwarded-Comment: Upstream was bcc'd on forwarded email.
 --- a/apps/Makefile
 +++ b/apps/Makefile
 @@ -17,7 +17,7 @@

Modified: trunk/packages/concavity/trunk/debian/patches/spelling
===================================================================
--- trunk/packages/concavity/trunk/debian/patches/spelling      2012-09-28 
20:03:44 UTC (rev 12295)
+++ trunk/packages/concavity/trunk/debian/patches/spelling      2012-09-29 
08:40:43 UTC (rev 12296)
@@ -1,5 +1,7 @@
 Author: Laszlo Kajan <[email protected]>
 Description: fix spelling error
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017323.html
+Forwarded-Comment: Upstream was bcc'd on forwarded email.
 --- a/apps/concavity/pocket_extraction.C
 +++ b/apps/concavity/pocket_extraction.C
 @@ -1028,7 +1028,7 @@


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to