[SCM] libdiscid/experimental: Refresh hurd.path

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Mar 8 14:33:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 9c491aa39e4c88bf9cffe45ccf456062245cb325
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Mar 8 15:12:35 2013 +0100

    Refresh hurd.path
    
    Signed-off-by: Sebastian Ramacher <sramacher at debian.org>

diff --git a/debian/changelog b/debian/changelog
index cabe152..f47dd7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libdiscid (0.4.0-1) UNRELEASED; urgency=low
   * New upstream release. (Closes: #702570)
   * debian/rules: Run docs target instead of running doxygen manually.
   * debian/libdiscid0.symbols: Add new symbols.
+  * debian/patches/hurd.path: Refresh.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Fri, 08 Mar 2013 14:59:41 +0100
 
diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch
index 9f1028f..78335c6 100644
--- a/debian/patches/hurd.patch
+++ b/debian/patches/hurd.patch
@@ -6,17 +6,17 @@ Last-Update: 2013-02-02
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -28,6 +28,7 @@
+@@ -53,6 +53,7 @@
    #*-os2_emx*) os=os2 ;;
    *-solaris*) os=solaris ;;
    #*-qnx*)     os=qnx; LIBS='-lsocket' ;;
 +  *-gnu*)     os=gnu ;;
-   *)          AC_MSG_ERROR([unsupported operating system]) ;;
+   *)          os=generic;
+ 	  AC_MSG_WARN([unsupported operating system, no disc reading available!]) ;;
  esac
- dnl AM_CONDITIONAL(DARWIN, test x$os = xdarwin)
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -24,7 +24,7 @@
+@@ -23,7 +23,7 @@
  libdiscid_la_SOURCES = base64.c sha1.c disc.c
  EXTRA_libdiscid_la_SOURCES = \
  	disc_linux.c disc_win32.c disc_win32_new.c \

-- 
libdiscid packaging



More information about the pkg-multimedia-commits mailing list