Explorar el Código

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

David Kalnischkies hace 16 años
padre
commit
86924b1652
Se han modificado 2 ficheros con 2 adiciones y 12 borrados
  1. 0 12
      README.arch
  2. 2 0
      debian/changelog

+ 0 - 12
README.arch

@@ -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).

+ 2 - 0
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: