diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-24 18:54:06 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-24 18:54:06 -0700 |
commit | 3afeb6df69058c605ad251dfc7ae93d4d0ae6f1d (patch) | |
tree | a28c274fc90b445b0564b1a1a2fd4561b6f1d7ac /debian/control | |
parent | a73891ca1724559ce2ad9916124c59eb9c417091 (diff) | |
download | vyatta-cfg-3afeb6df69058c605ad251dfc7ae93d4d0ae6f1d.tar.gz vyatta-cfg-3afeb6df69058c605ad251dfc7ae93d4d0ae6f1d.zip |
add extensible node sorting mechanism
* unify node sorting implementation into the backend library.
* allow future implementation of per-node, customized sorting policy.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2d7e270..6ab3335 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/net Priority: extra Maintainer: Vyatta Package Maintainers <maintainers@vyatta.com> Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, - libboost-filesystem1.40-dev + libboost-filesystem1.40-dev, libapt-pkg-dev Standards-Version: 3.7.2 Package: vyatta-cfg |