From: David Kalnischkies <kalnischkies@gmail.com>
Date: Sat, 15 May 2010 10:50:43 +0000 (+0200)
Subject: * README.arch:
X-Git-Tag: 0.8.0~9^2~46^2~7
X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/86924b165264c2019edf85799dfdb6634b178853

* README.arch:
  - remove the file completely as it has no use nowadays
---

diff --git a/README.arch b/README.arch
deleted file mode 100644
index 58c40a497..000000000
--- a/README.arch
+++ /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).
diff --git a/debian/changelog b/debian/changelog
index cb0bd6aa9..9d197863c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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: