r44215 - in /packages/libalberta2/trunk/debian: changelog patches/include.patch patches/series

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Dec 20 19:38:05 UTC 2011


Author: sylvestre
Date: Tue Dec 20 19:38:04 2011
New Revision: 44215

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44215
Log:
  * Update an include to allow #include <alberta/alberta.h>
    Thanks to Ansgar Burchardt for the patch (Closes: #652828)

Added:
    packages/libalberta2/trunk/debian/patches/include.patch
Modified:
    packages/libalberta2/trunk/debian/changelog
    packages/libalberta2/trunk/debian/patches/series

Modified: packages/libalberta2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/changelog?rev=44215&op=diff
==============================================================================
--- packages/libalberta2/trunk/debian/changelog (original)
+++ packages/libalberta2/trunk/debian/changelog Tue Dec 20 19:38:04 2011
@@ -1,3 +1,11 @@
+libalberta2 (2.0.1-5) unstable; urgency=low
+
+  * Team upload
+  * Update an include to allow #include <alberta/alberta.h>
+    Thanks to Ansgar Burchardt for the patch (Closes: #652828)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 20 Dec 2011 19:56:54 +0100
+
 libalberta2 (2.0.1-4) unstable; urgency=low
 
   * Team upload

Added: packages/libalberta2/trunk/debian/patches/include.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/patches/include.patch?rev=44215&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/patches/include.patch (added)
+++ packages/libalberta2/trunk/debian/patches/include.patch Tue Dec 20 19:38:04 2011
@@ -1,0 +1,11 @@
+--- libalberta2-2.0.1.orig/alberta/src/Common/alberta_inlines.h
++++ libalberta2-2.0.1/alberta/src/Common/alberta_inlines.h
+@@ -38,7 +38,7 @@
+ /*                                                                          */
+ /*--------------------------------------------------------------------------*/
+ 
+-#include <alberta.h> /* essentially a no-op when included from alberta.h */
++#include "alberta.h" /* essentially a no-op when included from alberta.h */
+ 
+ #ifndef DIM_OF_WORLD
+ # error Need to know the dimension of the World :)

Modified: packages/libalberta2/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/patches/series?rev=44215&op=diff
==============================================================================
--- packages/libalberta2/trunk/debian/patches/series (original)
+++ packages/libalberta2/trunk/debian/patches/series Tue Dec 20 19:38:04 2011
@@ -1,2 +1,3 @@
 01_linkfix.diff
 format-security.diff
+include.patch




More information about the debian-science-commits mailing list