[Pkg-voip-commits] r3112 - in radiusclient-ng/trunk/debian: . patches

Jan Janak janakj-guest at alioth.debian.org
Mon Feb 5 14:10:50 CET 2007


Author: janakj-guest
Date: 2007-02-05 14:10:49 +0100 (Mon, 05 Feb 2007)
New Revision: 3112

Modified:
   radiusclient-ng/trunk/debian/changelog
   radiusclient-ng/trunk/debian/patches/install-servers.dpatch
Log:
- new upstream release 0.5.5
- patch file updated



Modified: radiusclient-ng/trunk/debian/changelog
===================================================================
--- radiusclient-ng/trunk/debian/changelog	2007-02-05 12:22:19 UTC (rev 3111)
+++ radiusclient-ng/trunk/debian/changelog	2007-02-05 13:10:49 UTC (rev 3112)
@@ -1,4 +1,4 @@
-radiusclient-ng (0.5.4-1) UNRELEASED; urgency=low
+radiusclient-ng (0.5.5-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
   * New upstream release

Modified: radiusclient-ng/trunk/debian/patches/install-servers.dpatch
===================================================================
--- radiusclient-ng/trunk/debian/patches/install-servers.dpatch	2007-02-05 12:22:19 UTC (rev 3111)
+++ radiusclient-ng/trunk/debian/patches/install-servers.dpatch	2007-02-05 13:10:49 UTC (rev 3112)
@@ -5,8 +5,8 @@
 ## DP: No description
 
 @DPATCH@
---- ./etc/Makefile.am.orig	2005-11-07 23:55:34.000000000 +0100
-+++ ./etc/Makefile.am	2006-03-13 16:07:22.000000000 +0100
+--- ./etc/Makefile.am	2006-06-23 07:57:59.000000000 +0200
++++ ./etc/Makefile.am	2007-02-05 13:29:23.000000000 +0100
 @@ -16,7 +16,7 @@
  pkgsysconfdir = @pkgsysconfdir@
  pkgsysconf_DATA = issue port-id-map radiusclient.conf \
@@ -21,21 +21,21 @@
  	    <$(srcdir)/radiusclient.conf.in >radiusclient.conf
  
 -install-data-local: servers
--	$(mkinstalldirs) $(pkgsysconfdir); \
--        echo " $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
--        $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers
+-	$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \
+-        echo " $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \
+-        $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers
 +#install-data-local: servers
-+#	$(mkinstalldirs) $(pkgsysconfdir); \
-+#        echo " $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
-+#        $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers
++#	$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \
++#        echo " $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \
++#        $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers
  
 -uninstall-local:
 -	rm -f $(pkgsysconfdir)/servers
 +#uninstall-local:
 +#	rm -f $(pkgsysconfdir)/servers
---- ./etc/Makefile.in.orig	2006-03-13 14:59:23.000000000 +0100
-+++ ./etc/Makefile.in	2006-03-13 16:08:05.000000000 +0100
-@@ -170,7 +170,7 @@
+--- ./etc/Makefile.in.old	2007-02-05 14:02:08.000000000 +0100
++++ ./etc/Makefile.in	2007-02-05 14:05:51.000000000 +0100
+@@ -183,7 +183,7 @@
  CLEANFILES = *~ radiusclient.conf
  pkgsysconf_DATA = issue port-id-map radiusclient.conf \
  	dictionary dictionary.ascend dictionary.compat dictionary.merit \
@@ -44,18 +44,18 @@
  
  EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \
  	dictionary.compat dictionary.merit servers radiusclient.conf.in \
-@@ -365,13 +365,13 @@
+@@ -384,13 +384,13 @@
  	    -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \
  	    <$(srcdir)/radiusclient.conf.in >radiusclient.conf
  
 -install-data-local: servers
--	$(mkinstalldirs) $(pkgsysconfdir); \
--        echo " $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
--        $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers
+-	$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \
+-        echo " $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \
+-        $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers
 +#install-data-local: servers
-+#	$(mkinstalldirs) $(pkgsysconfdir); \
-+#        echo " $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
-+#        $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers
++#	$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \
++#        echo " $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \
++#        $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers
  
 -uninstall-local:
 -	rm -f $(pkgsysconfdir)/servers




More information about the Pkg-voip-commits mailing list