tags 640256 + pending
thanks

Dear maintainer,

I've prepared an NMU for ekiga (versioned as 3.2.7-4.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer or shorter.

Note that upstream changes at
 <http://git.gnome.org/browse/ekiga/commit/?id=f49e5a5ce749ac>
are semi-complete and its missing:
+@@ -124,7 +124,7 @@ case $target_os in
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;
+ 
+-  linux-gnulp | linux-gnu | linux-gnueabi | linux | Linux)
++  linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
+     ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g -fno-exceptions 
-felide-constructors"
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;

Regards.

-- 
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar System, 
which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html
diff -Nru ekiga-3.2.7/debian/changelog ekiga-3.2.7/debian/changelog
--- ekiga-3.2.7/debian/changelog	2011-07-10 09:21:07.000000000 +0100
+++ ekiga-3.2.7/debian/changelog	2011-10-17 12:00:44.000000000 +0100
@@ -1,3 +1,10 @@
+ekiga (3.2.7-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add arm-linux-gnueabihf (armhf) support (Closes: #640256)
+
+ -- Hector Oron <[email protected]>  Mon, 17 Oct 2011 12:00:09 +0100
+
 ekiga (3.2.7-4) unstable; urgency=low
 
   * Fix compilation with libnotify0.7 (Closes: #630266)
diff -Nru ekiga-3.2.7/debian/control ekiga-3.2.7/debian/control
--- ekiga-3.2.7/debian/control	2011-07-10 09:25:52.000000000 +0100
+++ ekiga-3.2.7/debian/control	2011-10-17 12:06:12.000000000 +0100
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Kilian Krause <[email protected]>
-Uploaders: Jose Carlos Garcia Sogo <[email protected]>, Eugen Dedu <[email protected]>, Debian GNOME Maintainers <[email protected]>, Josselin Mouette <[email protected]>
+Uploaders: Jose Carlos Garcia Sogo <[email protected]>, Eugen Dedu <[email protected]>, Debian GNOME Maintainers <[email protected]>
 Build-Depends: debhelper (>= 8),
                libsasl2-dev,
                gettext,
diff -Nru ekiga-3.2.7/debian/patches/fix-linux-gnueabihf-build.patch ekiga-3.2.7/debian/patches/fix-linux-gnueabihf-build.patch
--- ekiga-3.2.7/debian/patches/fix-linux-gnueabihf-build.patch	1970-01-01 01:00:00.000000000 +0100
+++ ekiga-3.2.7/debian/patches/fix-linux-gnueabihf-build.patch	2011-10-17 12:06:06.000000000 +0100
@@ -0,0 +1,63 @@
+Description: Add arm-linux-gnueabihf support
+ * configure.ac: add linux-gnueabi* support
+ .
+ ekiga (3.2.7-4.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Add arm-linux-gnueabihf (armhf) support (Closes: #640256)
+Author: Hector Oron <[email protected]>
+Bug-Debian: http://bugs.debian.org/640256
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: http://git.gnome.org/browse/ekiga/commit/?id=f49e5a5ce749ac
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/640256
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- ekiga-3.2.7.orig/configure.ac
++++ ekiga-3.2.7/configure.ac
+@@ -87,7 +87,7 @@ case $target_os in
+     gm_platform="solaris"
+     ;;
+ 
+-  linux-gnulp | linux-gnu | linux-gnueabi | linux | Linux)
++  linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
+     gm_platform="linux"
+     ;;
+ 
+@@ -124,7 +124,7 @@ case $target_os in
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;
+ 
+-  linux-gnulp | linux-gnu | linux-gnueabi | linux | Linux)
++  linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
+     ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g -fno-exceptions -felide-constructors"
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;
+--- ekiga-3.2.7.orig/configure
++++ ekiga-3.2.7/configure
+@@ -15386,7 +15386,7 @@ case $target_os in
+     gm_platform="solaris"
+     ;;
+ 
+-  linux-gnulp | linux-gnu | linux-gnueabi | linux | Linux)
++  linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
+     gm_platform="linux"
+     ;;
+ 
+@@ -15602,7 +15602,7 @@ case $target_os in
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;
+ 
+-  linux-gnulp | linux-gnu | linux-gnueabi | linux | Linux)
++  linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
+     ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g -fno-exceptions -felide-constructors"
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;
diff -Nru ekiga-3.2.7/debian/patches/series ekiga-3.2.7/debian/patches/series
--- ekiga-3.2.7/debian/patches/series	2011-07-10 08:15:59.000000000 +0100
+++ ekiga-3.2.7/debian/patches/series	2011-10-17 12:03:47.000000000 +0100
@@ -1 +1,2 @@
 libnotify0.7.patch
+fix-linux-gnueabihf-build.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to