Michael Vogt лет назад: 18
Родитель
Сommit
1171258afb
3 измененных файлов с 8 добавлено и 1 удалено
  1. 1 1
      cmdline/apt-key
  2. 6 0
      debian/README.source
  3. 1 0
      debian/changelog

+ 1 - 1
cmdline/apt-key

@@ -86,7 +86,7 @@ update() {
     # add new keys from the package;
 
     # we do not use add_keys_with_verify_against_master_keyring here,
-    # because we "update" is run on regular package updates.  A
+    # because "update" is run on regular package updates.  A
     # attacker might as well replace the master-archive-keyring file
     # in the package and add his own keys. so this check wouldn't
     # add any security. we *need* this check on net-update though

+ 6 - 0
debian/README.source

@@ -0,0 +1,6 @@
+Build this package with:
+$ debian/rules arch-build
+or
+$ DEB_BUILD_PROG_OPTS="-S" debian/rules arch-build
+
+make sure you have the pre-build-depds in README.arch installed

+ 1 - 0
debian/changelog

@@ -27,6 +27,7 @@ apt (0.7.12) UNRELEASED; urgency=low
       starting the upate to hit the mirrors less hard
   * doc/apt_preferences.5.xml:
     - fix typo
+  * added debian/README.source
 
   [ Christian Perrier ]
   * Fix typos in manpages. Thanks to Daniel Leidert for the fixes