]> git.saurik.com Git - apt.git/commitdiff
* README.arch:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 15 May 2010 10:50:43 +0000 (12:50 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 15 May 2010 10:50:43 +0000 (12:50 +0200)
  - remove the file completely as it has no use nowadays

README.arch [deleted file]
debian/changelog

diff --git a/README.arch b/README.arch
deleted file mode 100644 (file)
index 58c40a4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-You can build apt from arch, but this needs the following additional
-packages (in addtion to the usual build-depends):
-autoconf automake xmlto perlsgml sgml2x sgmlspl docbook doxygen
-
-then run:
-
-$ debian/rules arch-build
-
-that will build packages in the "debian/arch-build" directory. It will
-honor "DEB_BUILD_PROG_OPTS" as options that are passed to debuild (e.g. -S 
-may be usefull).
index cb0bd6aa976f1b1cf0fb1ff12838f1799a72e1d1..9d197863c305f1c863b1525b62e5bd05268b8885 100644 (file)
@@ -12,6 +12,8 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
       "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
   * debian/rules:
     - remove targets referring to CVS or arch as they are useless
+  * README.arch:
+    - remove the file completely as it has no use nowadays
   * apt-pkg/depcache.cc:
     - be doublesure that the killer query is empty before starting reinstall
   * methods/gpgv.cc: