Update of /cvsroot/linux-decnet/dnprogs/debian
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7391/debian
Modified Files:
changelog rules
Log Message:
Fix shlibs building
Index: changelog
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** changelog 11 Aug 2007 10:18:36 -0000 1.50
--- changelog 7 Dec 2007 11:03:37 -0000 1.51
***************
*** 1,2 ****
--- 1,9 ----
+ dnprogs (2.39.2) unstable; urgency=low
+
+ * Fix package building with new dpkg-shlibdeps
+ Closes: #453786
+
+ -- Patrick Caulfield <pa...@de...> Fri, 07 Dec 2007 11:02:10 +0000
+
dnprogs (2.39.1) unstable; urgency=low
Index: rules
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/rules,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** rules 11 Feb 2007 13:09:44 -0000 1.23
--- rules 7 Dec 2007 11:03:37 -0000 1.24
***************
*** 50,56 ****
dh_compress -pdnet-common
dh_fixperms -pdnet-common
dh_shlibdeps -pdnet-common
dh_gencontrol -pdnet-common
- dh_makeshlibs -pdnet-common
dh_installdeb -pdnet-common
dh_md5sums -pdnet-common
--- 50,56 ----
dh_compress -pdnet-common
dh_fixperms -pdnet-common
+ dh_makeshlibs -pdnet-common
dh_shlibdeps -pdnet-common
dh_gencontrol -pdnet-common
dh_installdeb -pdnet-common
dh_md5sums -pdnet-common
***************
*** 85,91 ****
dh_compress -Ndnet-common
dh_fixperms -Ndnet-common
dh_shlibdeps -Ndnet-common
dh_gencontrol -Ndnet-common
! dh_makeshlibs -Ndnet-common
dh_installdeb -Ndnet-common
dh_md5sums -Ndnet-common
--- 85,92 ----
dh_compress -Ndnet-common
dh_fixperms -Ndnet-common
+ dh_makeshlibs -Ndnet-common
dh_shlibdeps -Ndnet-common
dh_gencontrol -Ndnet-common
!
dh_installdeb -Ndnet-common
dh_md5sums -Ndnet-common
|