Update of /cvsroot/linux-decnet/dnprogs/debian
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2148/debian
Modified Files:
changelog control dnet-common.init.d dnet-common.templates
dnet-progs.init.d
Log Message:
Debian update
Index: changelog
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** changelog 17 May 2006 09:16:22 -0000 1.43
--- changelog 24 Nov 2006 16:42:32 -0000 1.44
***************
*** 1,2 ****
--- 1,16 ----
+ dnprogs (2.37.2) unstable; urgency=low
+
+ * Add Vietnamese debconf translation
+ Closes: #313566
+ * Fix typo in German debconf translation
+ Closes: #314123
+ * Make library packages Recommend rather then Depend on dnet-common
+ so they can be installed without configuring DECnet. dnet-progs still
+ depends on dnet-common to simplfy installations
+ Closes: #399665
+ * Add LSB sections to init.d scripts.
+
+ -- Patrick Caulfield <pa...@de...> Fri, 24 Nov 2006 15:50:18 +0000
+
dnprogs (2.37.1) unstable; urgency=low
Index: control
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/control,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** control 10 Apr 2006 12:20:57 -0000 1.29
--- control 24 Nov 2006 16:42:32 -0000 1.30
***************
*** 26,30 ****
Package: dnet-progs
Architecture: any
! Depends: ${shlibs:Depends}, libdnet(>=${Source-Version})
Priority: extra
Section: net
--- 26,30 ----
Package: dnet-progs
Architecture: any
! Depends: dnet-common(>=${Source-Version}), libdnet(>=${Source-Version}), ${shlibs:Depends}
Priority: extra
Section: net
***************
*** 38,42 ****
Package: libdnet
Architecture: any
! Depends: ${shlibs:Depends}, dnet-common(>=${Source-Version})
Priority: extra
Section: libs
--- 38,43 ----
Package: libdnet
Architecture: any
! Depends: ${shlibs:Depends}
! Recommends: dnet-common(>=${Source-Version})
Priority: extra
Section: libs
Index: dnet-common.init.d
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-common.init.d,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** dnet-common.init.d 5 Apr 2006 09:02:56 -0000 1.8
--- dnet-common.init.d 24 Nov 2006 16:42:32 -0000 1.9
***************
*** 7,10 ****
--- 7,20 ----
# This script MUST be run before TCP/IP is started.
#
+ ### BEGIN INIT INFO
+ # Provides: decnet
+ # Required-Start: $network
+ # Required-Stop: $network
+ # Default-Start: 2 3 4 5
+ # Default-Stop: 0 1 6
+ # Short-Description: Set up ethernet interface(s) for DECnet
+ # Description: Sets the MAC address of the ethernet card(s) for DECnet
+ # operation, and enables routing if requested.
+ ### END INIT INFO
# ---------------------------------------------------------------------------
#
Index: dnet-common.templates
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-common.templates,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** dnet-common.templates 9 Jul 2004 13:15:58 -0000 1.7
--- dnet-common.templates 24 Nov 2006 16:42:32 -0000 1.8
***************
*** 2,6 ****
Type: string
Default: linux
! _Description: DECnet node name
All nodes on a DECnet network have a node name. This is similar to the IP
hostname but can only be a maximum of 6 characters long. . It is common that
--- 2,6 ----
Type: string
Default: linux
! _Description: DECnet node name:
All nodes on a DECnet network have a node name. This is similar to the IP
hostname but can only be a maximum of 6 characters long. . It is common that
***************
*** 12,16 ****
Type: string
Default: 1.10
! _Description: DECnet node address
All nodes on a DECnet network have a node address. This is two numbers
seperated with a period (eg 3.45) where the first number denotes the area
--- 12,16 ----
Type: string
Default: 1.10
! _Description: DECnet node address:
All nodes on a DECnet network have a node address. This is two numbers
seperated with a period (eg 3.45) where the first number denotes the area
Index: dnet-progs.init.d
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-progs.init.d,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** dnet-progs.init.d 5 Apr 2006 09:02:56 -0000 1.10
--- dnet-progs.init.d 24 Nov 2006 16:42:32 -0000 1.11
***************
*** 7,10 ****
--- 7,20 ----
# --------------------------------------------------------------------------
#
+ ### BEGIN INIT INFO
+ # Provides: decnet-progs
+ # Required-Start: $network
+ # Required-Stop: $network
+ # Default-Start: 2 3 4 5
+ # Default-Stop: 0 1 6
+ # Short-Description: Starts DECnet daemons
+ # Description: Starts dnetd (the DECnet superserver) and other
+ # optional daemons
+ ### END INIT INFO
#
# Daemons to start are defined in /etc/default/decnet
|