~ubuntu-branches/debian/wheezy/apt-dater/wheezy

« back to all changes in this revision

Viewing changes to debian/patches/02-use-apt.diff

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2011-09-27 19:27:05 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: package-import@ubuntu.com-20110927192705-v1zoaomudv6t6rka
Tags: 0.8.6-1
* New upstream release.
  - Use merged apt-dater-host.1 manpage.
  - Remove all patches, they have been merged with this upstream release.
  - Fixed FTBFS.
    Closes: #642696
* Do not recommend aptitude anymore.
* Wrap debian/control lines.
* Add 01-fix-locale-ftbfs.diff to fix another FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Use apt-get as default package manager.
2
 
# Closes: #635048
3
 
 
4
 
diff -Naur apt-dater-0.8.5.orig/clients/debian/apt-dater-host.conf apt-dater-0.8.5/clients/debian/apt-dater-host.conf
5
 
--- apt-dater-0.8.5.orig/clients/debian/apt-dater-host.conf     2011-02-01 08:33:10.000000000 +0100
6
 
+++ apt-dater-0.8.5/clients/debian/apt-dater-host.conf  2011-08-26 20:42:48.000000000 +0200
7
 
@@ -1,6 +1,6 @@
8
 
 # front-end for dpkg to use
9
 
 # Supported: apt-get, aptitude
10
 
-$DPKGTOOL="aptitude";
11
 
+$DPKGTOOL="apt-get";
12
 
 
13
 
 # Method to do upgrades, possible values (depends on $DPKGTOOL):
14
 
 #  upgrade             (apt-get, aptitude on Etch)
15
 
@@ -8,7 +8,7 @@
16
 
 #  dist-upgrade                (any)
17
 
 #
18
 
 # You should use dist-upgrade to get ABI-incompatible upgrades.
19
 
-$APTUPGRADE='safe-upgrade';
20
 
+$APTUPGRADE='dist-upgrade';
21
 
 
22
 
 # enable use of --assume-yes on safe-upgrade
23
 
 $ASSUMEYES=1;