[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#706799: pu: net-snmp/5.4.3-3+wheezy1



Control: tags -1 + moreinfo

On Sun, 2013-05-05 at 14:54 +0900, Hideki Yamane wrote:
>  I'd like to upload net-snmp package due to fix piuparts
>  failure with upgrade to newer version. Please check attached
>  debdiff (as I mistake, it contains unnecessary .ex file but
>  not remove it, just as is)

If it's not meant to be there, why did you include it in the diff?

A few comments on the proposed changes:

+net-snmp (5.4.3~dfsg-3+wheezy1) stable-proposed-updates; urgency=low

The version needs to be lower than the version in testing, so
5.4.3~dfsg-3~deb7u1.

+      if [ -h $docdir ]; then
+             rm -rf $docdir
+      fi

If the directory's a link, you only need "rm $docdir".

-       rm -rf debian/libsnmp-dev/usr/share/doc/libsnmp-dev
-       rm -rf debian/libsnmp$(LIB_VERSION)-dbg/usr/share/doc/libsnmp$(LIB_VERSION)-dbg
-       rm -rf debian/libsnmp-perl/usr/share/doc/libsnmp-perl
-       ln -sf libsnmp$(LIB_VERSION) debian/libsnmp-dev/usr/share/doc/libsnmp-dev
-       ln -sf libsnmp$(LIB_VERSION) debian/libsnmp$(LIB_VERSION)-dbg/usr/share/doc/libsnmp$(LIB_VERSION)-dbg
-       ln -sf libsnmp$(LIB_VERSION) debian/libsnmp-perl/usr/share/doc/libsnmp-perl

There's also a new preinst for libsnmp15, but under what circumstances
would that ever be a symlink?

Regards,

Adam


Reply to: