diff -Nru notify-sharp-3.0-3.0.0/aclocal.m4 notify-sharp-3.0-3.0.3/aclocal.m4 --- notify-sharp-3.0-3.0.0/aclocal.m4 2013-11-03 15:20:04.000000000 +0000 +++ notify-sharp-3.0-3.0.3/aclocal.m4 2014-12-18 11:24:56.000000000 +0000 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.14 -*- Autoconf -*- +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. @@ -180,6 +180,61 @@ fi[]dnl ])# PKG_CHECK_MODULES + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + + +# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# ------------------------------------------- +# Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])# PKG_CHECK_VAR + # Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -195,7 +250,7 @@ [am__api_version='1.14' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14], [], +m4_if([$1], [1.14.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -211,7 +266,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14])dnl +[AM_AUTOMAKE_VERSION([1.14.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -263,10 +318,9 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- @@ -468,7 +522,8 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further diff -Nru notify-sharp-3.0-3.0.0/config.guess notify-sharp-3.0-3.0.3/config.guess --- notify-sharp-3.0-3.0.0/config.guess 2013-11-03 15:20:05.000000000 +0000 +++ notify-sharp-3.0-3.0.3/config.guess 2014-12-18 11:24:57.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-06-10' +timestamp='2014-03-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -149,7 +149,7 @@ LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac @@ -826,7 +826,7 @@ *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS*:*) + *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) @@ -969,10 +969,10 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or1k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} exit ;; - or32:Linux:*:*) + or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) @@ -1260,16 +1260,26 @@ if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; @@ -1361,154 +1371,6 @@ exit ;; esac -eval $set_cc_for_build -cat >$dummy.c < -# include -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -# if !defined (ultrix) -# include -# if defined (BSD) -# if BSD == 43 - printf ("vax-dec-bsd4.3\n"); exit (0); -# else -# if BSD == 199006 - printf ("vax-dec-bsd4.3reno\n"); exit (0); -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# endif -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# else - printf ("vax-dec-ultrix\n"); exit (0); -# endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd - exit ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - c34*) - echo c34-convex-bsd - exit ;; - c38*) - echo c38-convex-bsd - exit ;; - c4*) - echo c4-convex-bsd - exit ;; - esac -fi - cat >&2 <>confdefs.h <<_ACEOF @@ -2510,6 +2512,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -3859,7 +3862,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by $as_me, which was +This file was extended by notify-sharp $as_me 3.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3912,7 +3915,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -config.status +notify-sharp config.status 3.0.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru notify-sharp-3.0-3.0.0/configure.ac notify-sharp-3.0-3.0.3/configure.ac --- notify-sharp-3.0-3.0.0/configure.ac 2013-11-03 14:59:42.000000000 +0000 +++ notify-sharp-3.0-3.0.3/configure.ac 2014-12-18 11:23:53.000000000 +0000 @@ -1,15 +1,16 @@ -AC_INIT(src/Global.cs) +AC_INIT([notify-sharp], [3.0.3]) +AC_CONFIG_SRCDIR([src/Global.cs]) AC_CANONICAL_SYSTEM AC_PREREQ(2.13) API_VERSION=3.0 -VERSION=$API_VERSION.0 +VERSION=$PACKAGE_VERSION AC_SUBST(API_VERSION) AC_SUBST(VERSION) -AM_INIT_AUTOMAKE(notify-sharp, $VERSION) +AM_INIT_AUTOMAKE AM_MAINTAINER_MODE diff -Nru notify-sharp-3.0-3.0.0/debian/changelog notify-sharp-3.0-3.0.3/debian/changelog --- notify-sharp-3.0-3.0.0/debian/changelog 2015-12-14 12:02:36.000000000 +0000 +++ notify-sharp-3.0-3.0.3/debian/changelog 2016-01-08 15:31:54.000000000 +0000 @@ -1,8 +1,24 @@ -notify-sharp-3.0 (3.0.0-1build1) xenial; urgency=high +notify-sharp-3.0 (3.0.3-3) unstable; urgency=medium - * No change rebuild against mono. + * Update Vcs-Browser field. + * Use dh 9, update build-dependencies and rules accordingly. - -- Dimitri John Ledkov Mon, 14 Dec 2015 12:02:36 +0000 + -- Andrew Shadura Fri, 08 Jan 2016 16:28:53 +0100 + +notify-sharp-3.0 (3.0.3-2) unstable; urgency=medium + + * Team upload. + * Upload to unstable. + + -- Andrew Shadura Fri, 08 Jan 2016 16:05:25 +0100 + +notify-sharp-3.0 (3.0.3-1) experimental; urgency=medium + + * [2e41515] Imported Upstream version 3.0.3 + * [bcccb24] Refresh patches + * [34b71e3] No-change bump of Standards-Version to 3.9.6 + + -- Chow Loong Jin Wed, 04 Feb 2015 11:50:48 +0800 notify-sharp-3.0 (3.0.0-1) experimental; urgency=low diff -Nru notify-sharp-3.0-3.0.0/debian/compat notify-sharp-3.0-3.0.3/debian/compat --- notify-sharp-3.0-3.0.0/debian/compat 2013-11-04 02:56:26.000000000 +0000 +++ notify-sharp-3.0-3.0.3/debian/compat 2016-01-08 15:30:17.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru notify-sharp-3.0-3.0.0/debian/control notify-sharp-3.0-3.0.3/debian/control --- notify-sharp-3.0-3.0.0/debian/control 2013-11-04 02:56:26.000000000 +0000 +++ notify-sharp-3.0-3.0.3/debian/control 2016-01-08 15:30:17.000000000 +0000 @@ -5,17 +5,17 @@ Uploaders: Sebastian Dröge , Mirco Bauer , Chow Loong Jin -Build-Depends: debhelper (>= 7.2), dh-autoreconf -Build-Depends-Indep: cli-common-dev (>= 0.5.4), +Build-Depends: debhelper (>= 9), dh-autoreconf +Build-Depends-Indep: cli-common-dev (>= 0.8~), mono-devel (>= 2.4.3), monodoc-base (>= 1.1.18), pkg-config, libdbus2.0-cil-dev (>= 0.7), libdbus-glib2.0-cil-dev (>= 0.5), libgtk3.0-cil-dev (>= 2.99.1) -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Homepage: https://www.meebey.net/projects/notify-sharp/ -Vcs-Browser: http://git.debian.org/git/pkg-cli-libs/packages/notify-sharp-3.0.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-cli-libs/packages/notify-sharp-3.0.git Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/notify-sharp-3.0.git diff -Nru notify-sharp-3.0-3.0.0/debian/patches/01_pkg-config-path.patch notify-sharp-3.0-3.0.3/debian/patches/01_pkg-config-path.patch --- notify-sharp-3.0-3.0.0/debian/patches/01_pkg-config-path.patch 2013-11-04 02:56:26.000000000 +0000 +++ notify-sharp-3.0-3.0.3/debian/patches/01_pkg-config-path.patch 2016-01-08 15:16:43.000000000 +0000 @@ -3,14 +3,14 @@ Forwarded: not-needed Index: notify-sharp-3.0/notify-sharp-3.0.pc.in =================================================================== ---- notify-sharp-3.0.orig/notify-sharp-3.0.pc.in 2013-11-04 02:39:13.635044770 +0800 -+++ notify-sharp-3.0/notify-sharp-3.0.pc.in 2013-11-04 02:39:13.630044773 +0800 +--- notify-sharp-3.0.orig/notify-sharp-3.0.pc.in 2015-02-04 11:51:32.532071522 +0800 ++++ notify-sharp-3.0/notify-sharp-3.0.pc.in 2015-02-04 11:52:23.017000108 +0800 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=${prefix} libdir=${exec_prefix}/lib --pkglibdir=${libdir}/mono/notify-sharp -+pkglibdir=${libdir}/cli/notify-sharp-3.0 +-pkglibdir=${libdir}/mono/notify-sharp-@API_VERSION@ ++pkglibdir=${libdir}/cli/notify-sharp-@API_VERSION@ Name: notify-sharp Description: C# client library for notification-daemon diff -Nru notify-sharp-3.0-3.0.0/debian/patches/use_dbussharp_2.pc notify-sharp-3.0-3.0.3/debian/patches/use_dbussharp_2.pc --- notify-sharp-3.0-3.0.0/debian/patches/use_dbussharp_2.pc 2013-11-04 02:56:26.000000000 +0000 +++ notify-sharp-3.0-3.0.3/debian/patches/use_dbussharp_2.pc 2016-01-08 15:32:41.000000000 +0000 @@ -1,8 +1,8 @@ -Index: notify-sharp/configure.ac +Index: notify-sharp-3.0/configure.ac =================================================================== ---- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +0000 -+++ notify-sharp/configure.ac 2013-10-30 17:08:39.132039728 +0000 -@@ -68,8 +68,8 @@ +--- notify-sharp-3.0.orig/configure.ac 2015-02-04 11:52:36.221981429 +0800 ++++ notify-sharp-3.0/configure.ac 2015-02-04 11:52:36.218981433 +0800 +@@ -69,8 +69,8 @@ DBUS_SHARP_REQ_VERSION=0.7 DBUS_SHARP_GLIB_REQ_VERSION=0.5 diff -Nru notify-sharp-3.0-3.0.0/debian/rules notify-sharp-3.0-3.0.3/debian/rules --- notify-sharp-3.0-3.0.0/debian/rules 2013-11-04 02:56:26.000000000 +0000 +++ notify-sharp-3.0-3.0.3/debian/rules 2016-01-08 15:30:17.000000000 +0000 @@ -7,6 +7,7 @@ override_dh_auto_configure: dh_auto_configure -- \ --prefix=/usr \ + --libdir=/usr/lib \ GMCS=/usr/bin/mono-csc override_dh_makeclilibs: diff -Nru notify-sharp-3.0-3.0.0/docs/Makefile.in notify-sharp-3.0-3.0.3/docs/Makefile.in --- notify-sharp-3.0-3.0.0/docs/Makefile.in 2013-11-03 15:20:05.000000000 +0000 +++ notify-sharp-3.0-3.0.3/docs/Makefile.in 2014-12-18 11:24:57.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -Nru notify-sharp-3.0-3.0.0/INSTALL notify-sharp-3.0-3.0.3/INSTALL --- notify-sharp-3.0-3.0.0/INSTALL 2013-11-03 15:20:05.000000000 +0000 +++ notify-sharp-3.0-3.0.3/INSTALL 2014-12-18 11:24:57.000000000 +0000 @@ -12,8 +12,8 @@ Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented diff -Nru notify-sharp-3.0-3.0.0/Makefile.in notify-sharp-3.0-3.0.3/Makefile.in --- notify-sharp-3.0-3.0.0/Makefile.in 2013-11-03 15:20:05.000000000 +0000 +++ notify-sharp-3.0-3.0.3/Makefile.in 2014-12-18 11:24:57.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -642,9 +642,10 @@ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ diff -Nru notify-sharp-3.0-3.0.0/missing notify-sharp-3.0-3.0.3/missing --- notify-sharp-3.0-3.0.0/missing 2013-11-03 15:20:05.000000000 +0000 +++ notify-sharp-3.0-3.0.3/missing 2014-12-18 11:24:57.000000000 +0000 @@ -1,7 +1,7 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-06-26.16; # UTC +scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. @@ -160,7 +160,7 @@ ;; autom4te*) echo "You might have modified some maintainer files that require" - echo "the 'automa4te' program to be rebuilt." + echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) diff -Nru notify-sharp-3.0-3.0.0/notify-sharp-3.0.pc.in notify-sharp-3.0-3.0.3/notify-sharp-3.0.pc.in --- notify-sharp-3.0-3.0.0/notify-sharp-3.0.pc.in 2013-11-03 14:57:49.000000000 +0000 +++ notify-sharp-3.0-3.0.3/notify-sharp-3.0.pc.in 2014-12-17 00:02:42.000000000 +0000 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=${prefix} libdir=${exec_prefix}/lib -pkglibdir=${libdir}/mono/notify-sharp +pkglibdir=${libdir}/mono/notify-sharp-@API_VERSION@ Name: notify-sharp Description: C# client library for notification-daemon diff -Nru notify-sharp-3.0-3.0.0/src/Makefile.am notify-sharp-3.0-3.0.3/src/Makefile.am --- notify-sharp-3.0-3.0.0/src/Makefile.am 2013-01-31 05:10:36.000000000 +0000 +++ notify-sharp-3.0-3.0.3/src/Makefile.am 2014-12-17 00:01:53.000000000 +0000 @@ -21,13 +21,13 @@ install-data-local: @if test -n '$(TARGET)'; then \ echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)"; \ - $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ + $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ fi uninstall-local: @if test -n '$(TARGET)'; then \ echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(libdir)"; \ - $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ + $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY)-$(API_VERSION) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ fi EXTRA_DIST = \ diff -Nru notify-sharp-3.0-3.0.0/src/Makefile.in notify-sharp-3.0-3.0.3/src/Makefile.in --- notify-sharp-3.0-3.0.0/src/Makefile.in 2013-11-03 15:20:05.000000000 +0000 +++ notify-sharp-3.0-3.0.3/src/Makefile.in 2014-12-18 11:24:57.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -438,13 +438,13 @@ install-data-local: @if test -n '$(TARGET)'; then \ echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)"; \ - $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ + $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ fi uninstall-local: @if test -n '$(TARGET)'; then \ echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(libdir)"; \ - $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ + $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY)-$(API_VERSION) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ fi # Tell versions [3.59,3.63) of GNU make to not export all variables.