diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-08-07 20:43:03 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-08-07 20:43:03 -0700 |
commit | fde1230a2c80c8b735d3c6d9dd9c5e240fff74cb (patch) | |
tree | 14eb908e308c8c989acb8e33b0253f2d30c4a5ce /debian | |
parent | a128ba95095178dd268e382982e5c7f857b7e038 (diff) | |
parent | 03f2844131b85dea67bfc98634eaff3345c0c073 (diff) | |
download | vyatta-cfg-quagga-fde1230a2c80c8b735d3c6d9dd9c5e240fff74cb.tar.gz vyatta-cfg-quagga-fde1230a2c80c8b735d3c6d9dd9c5e240fff74cb.zip |
Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a7b07c9a..760433a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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:42:34 -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..c917da9d 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), |