summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.arch12
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 12 deletions
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: