diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-08-08 11:08:45 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-08-08 11:08:45 -0500 |
commit | 11838faf598644c436d5d16c689918503b31185e (patch) | |
tree | a16fa9092fb1b38f500ffbaaa96ceca434ab90c2 /debian | |
parent | 5a50034c30bf284bcf3cec10dd6c5d14b93e334d (diff) | |
parent | 08615f465009878cf977f27d72ad1a9d3c8fb80e (diff) | |
download | vyatta-cfg-quagga-11838faf598644c436d5d16c689918503b31185e.tar.gz vyatta-cfg-quagga-11838faf598644c436d5d16c689918503b31185e.zip |
Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 19 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a7b07c9a..1ac5eb5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +vyatta-cfg-system (0.19.109) unstable; urgency=low + + * 0.19.108 + * fix missing command in debian/control + + -- Stephen Hemminger <shemminger@vyatta.com> Sun, 07 Aug 2011 20:46:26 -0700 + +vyatta-cfg-system (0.19.108) unstable; urgency=low + + * Force dependency on later vyatta-cfg package + + -- Stephen Hemminger <shemminger@vyatta.com> Sun, 07 Aug 2011 20:45:23 -0700 + +vyatta-cfg-system (0.19.107) unstable; urgency=low + + * ethernet: avoid needlessly setting mac address + + -- Stephen Hemminger <shemminger@vyatta.com> Fri, 05 Aug 2011 20:55:41 -0700 + vyatta-cfg-system (0.19.106) unstable; urgency=low * Added to make "force" op-mode command accessible to user type diff --git a/debian/control b/debian/control index b9b6eb52..0b06b260 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: acpid, procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), libpam-radius-auth, - vyatta-cfg (>= 0.18.58), + vyatta-cfg (>= 0.99.8), libc6 (>= 2.7-6), libpam-runtime (>= 1.0.1-5), vyatta-bash | bash (>= 3.1), |