Update of /cvsroot/linux-decnet/dnprogs/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv9725
Modified Files:
changelog dnet-common.files rules
Added Files:
dnet-common.README
Log Message:
Addition doc files to keep people happy.
--- NEW FILE: dnet-common.README ---
The DECnet packages are native to Debian and the latest version should
always be the one in the Debian "unstable" archive.
The homepage for the project is at
http://linux-decnet.sourceforge.net
Index: changelog
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** changelog 6 Jun 2003 12:02:33 -0000 1.26
--- changelog 26 Sep 2003 08:01:43 -0000 1.27
***************
*** 1,2 ****
--- 1,14 ----
+ dnprogs (2.25) unstable; urgency=low
+
+ * po-debconf support and German & French description translations
+ Closes: #210661, #211635
+ * Get rid of the "-1" in the version number as it's not right, this
+ really is a debian package. But include a README.Debian to keep
+ some people happy.
+ Closes: #197332
+ * Don't use SIGIO in sethost as it's unreliable and tacky.
+
+ -- Patrick Caulfield <pa...@de...> Wed, 24 Sep 2003 13:57:47 +0100
+
dnprogs (2.24-1) unstable; urgency=low
Index: dnet-common.files
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-common.files,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** dnet-common.files 1 Mar 2001 13:16:44 -0000 1.4
--- dnet-common.files 26 Sep 2003 08:01:43 -0000 1.5
***************
*** 6,9 ****
--- 6,10 ----
./usr/sbin/decnetconf
./usr/share/doc/dnet-common/README
+ ./usr/share/doc/dnet-common/README.Debian
./usr/share/doc/dnet-common/decnet.conf.sample
./usr/share/man/man8/decnetconf.8
Index: rules
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/debian/rules,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** rules 24 Sep 2003 15:53:43 -0000 1.17
--- rules 26 Sep 2003 08:01:43 -0000 1.18
***************
*** 37,40 ****
--- 37,41 ----
cp README debian/tmp/usr/share/doc/dnet-common
cp Documentation/*README debian/tmp/usr/share/doc/dnet-common
+ cp debian/dnet-common.README debian/tmp/usr/share/doc/dnet-common/README.Debian
cp apps/decnet.conf debian/tmp/usr/share/doc/dnet-common/decnet.conf.sample
make install DESTDIR=`pwd`/debian/tmp MAKEDEB=true RELEASE=true
|