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

r5118 - in /packages/trunk/doc-debian/debian: changelog rules



Author: jfs
Date: Mon Apr 21 21:34:38 2008
New Revision: 5118

URL: http://svn.debian.org/wsvn/?sc=1&rev=5118
Log:
Add old history of unpublished package, add code from old versions

Modified:
    packages/trunk/doc-debian/debian/changelog
    packages/trunk/doc-debian/debian/rules

Modified: packages/trunk/doc-debian/debian/changelog
URL: http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/changelog?rev=5118&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/changelog (original)
+++ packages/trunk/doc-debian/debian/changelog Mon Apr 21 21:34:38 2008
@@ -1,10 +1,10 @@
-doc-debian (3.1.7) UNRELEASED; urgency=low
+doc-debian (4.0.2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
 
  -- Joost van Baal <joostvb@debian.org>  Mon, 21 Apr 2008 08:10:20 +0200
 
-doc-debian (3.1.6) unstable; urgency=low
+doc-debian (4.0.1) unstable; urgency=low
 
   [ Changes by Joost van Baal ]
   * This package now is maintained using Subversion.
@@ -22,6 +22,26 @@
     are not published on the Debian website).
 
  -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Mon, 21 Apr 2008 08:00:33 +0200
+
+doc-debian (4.0) unstable; urgency=low
+
+  * Update to the latest contents of the FAQ in CVS:
+    - updates list of supported architectures
+    - adjust number of packages/developers/arches
+    - describe use of initrd in make-kpkg
+    - proper description of Debian package names (Closes: #443472)
+    - describe tasksel as well as aptitude in package management
+    - say that aptitude is the preferred tool for *console* management
+      (Closes: #418455)
+    - add a note related to Mozilla rebranding
+    - X Window System -> Xorg
+    - describe how to install a developer's environment
+    - fix location of mirror list
+    - init handles runlevels, not the kernel (Closes: #416203)
+  * Update to the latest contents of the www pages (bugs and constitution)
+    - fix a typo in the constitution (Closes: #367787)
+
+ -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Sun, 23 Sep 2007 14:49:22 +0200
 
 doc-debian (3.1.5) unstable; urgency=high
 

Modified: packages/trunk/doc-debian/debian/rules
URL: http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/rules?rev=5118&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/rules (original)
+++ packages/trunk/doc-debian/debian/rules Mon Apr 21 21:34:38 2008
@@ -44,10 +44,24 @@
 	dpkg --build $(tmp) ..
 
 # The extra-package files:
-	mv  $(docdir)/constitution.1.2.txt ../constitution.txt
-	mv  $(docdir)/social-contract.1.1.txt ../social-contract.txt 
+	cp $(docdir)/constitution.1.2.txt ../constitution.txt
+	cp $(docdir)/social-contract.1.1.txt ../social-contract.txt
 
 	dpkg-distaddfile constitution.txt byhand -
 	dpkg-distaddfile social-contract.txt byhand -
+# Code disabled: There already is a mechanism (which one?)
+# synching files over to f.d.o/debian/doc although not exactly the
+# same (it retains page footers, which this one doesn't)
+#
+#      cp $(docdir)/debian-manifesto ../
+#      dpkg-distaddfile debian-manifesto byhand -
+#      ( cd $(docdir) && ls *.txt) |  \
+#          grep -v constitution | \
+#          grep -v social-contract | \
+#          while read txtfile; do \
+#             cp $(docdir)/$$txtfile ../ ; \
+#             dpkg-distaddfile $$txtfile byhand - ; \
+#            done
+
 
 .PHONY: build clean binary binary-arch binary-indep


Reply to: