summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/README.source6
-rw-r--r--debian/apt.cron.daily6
-rw-r--r--debian/changelog16
3 files changed, 21 insertions, 7 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000000000..9da152556
--- /dev/null
+++ b/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
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index d89d9b2c0..acecd29ac 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -188,9 +188,9 @@ fi
BackupArchiveInterval=0
eval $(apt-config shell BackupArchiveInterval APT::Periodic::BackupArchiveInterval)
-BackupArchiveLevel=3
-eval $(apt-config shell BackupArchiveLevel APT::Periodic::BackupArchiveLevel)
-if [ $BackupArchiveLevel -le 1 ]; then BackupArchiveLevel=2 ; fi
+BackupLevel=3
+eval $(apt-config shell BackupLevel APT::Periodic::BackupLevel)
+if [ $BackupLevel -le 1 ]; then BackupLevel=2 ; fi
CacheBackup="backup/"
eval $(apt-config shell CacheBackup Dir::Cache::Backup)
diff --git a/debian/changelog b/debian/changelog
index 1fe58b3b9..96c8ef86d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,10 +15,17 @@ apt (0.7.14) UNRELEASED; urgency=low
configure-index.
[ Program translations ]
- - Simplified Chinese updated. Closes: #473360
- - Catalan fixes. Closes: #387141
- - Typo fix in Greek translation. Closes: #479122
- - French updated.
+ * Simplified Chinese updated. Closes: #473360
+ * Catalan fixes. Closes: #387141
+ * Typo fix in Greek translation. Closes: #479122
+ * French updated.
+ * Thai updated. Closes: #479313
+ * Italian updated. Closes: #479326
+ * Polish updated. Closes: #479342
+ * Bulgarian updated. Closes: #479379
+ * Finnish updated. Closes: #479403
+ * Korean updated. Closes: #479426
+ * Basque updated. Closes: #479452
-- Christian Perrier <bubulle@debian.org> Sun, 04 May 2008 08:31:06 +0200
@@ -69,6 +76,7 @@ apt (0.7.12) unstable; 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