summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2024-07-03T6527: remove legacy Perl library componentsChristian Breunig
(cherry picked from commit 069bd35b3cc58e0deeae02d3a7811d29c1ccea3f)
2023-07-09T3355: remove legacy code and migrate remains to vyos-1x repoChristian Breunig
2023-05-29T5003: Debian: update build and runtime dependencies for BookwormChristian Breunig
2021-10-24vyos-router: dhcpv6: T3885: add alternative UUID sourceChristian Poessinger
Not all boards/devices ship the /sys/class/dmi/id/product_uuid file, thus a fallback is used (e.g. on PCEngines APU4 board) which feeds the device specific UUID from /sys/class/dmi/id/product_serial
2021-06-19Debian: fix package dependencies to support Debian BullseyeChristian Poessinger
2021-04-09Debian: add libboost-filesystem1.74.0 dependency for bullseyeChristian Poessinger
2021-01-07Debian: drop dh-systemd dependencyChristian Poessinger
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670
2021-01-04migration: T1398: remove dependency on vyatta-config-migrateJohn Estabrook
2020-08-30Debian: add missing dependency on systemd (for systemctl)Christian Poessinger
2019-04-28Debian: alter depends to prepare for BusterChristian Poessinger
2018-12-23libboost-filesystem 1.62 is not compatible with jessie, updated to 1.55 as ↵Runar Borge
is shipped with jessie Commit f8cc921(https://github.com/vyos/vyatta-cfg/commit/f8cc92151e0c710c65da2089c9af70fd8cd230b5) breaks compiling on jessie because the version expected is newer than found on jessie. prior to this commit version 1.55 was allowed.
2018-12-20Get rid of a hardcoded versioned package dependency.Daniil Baturin
2018-08-24T441: adjust init scripts and postinst actions to use FRR instead of quagga.Daniil Baturin
2017-11-07Revert "T441: Remove dependency on vyatta-quagga. This package should not ↵UnicronNL
depend on any routing stack anyway." This reverts commit 460a08d652ab7f7f38bf6c5b46d57009300d81da.
2017-11-01T441: Remove dependency on vyatta-quagga. This package should not depend on ↵Daniil Baturin
any routing stack anyway.
2017-08-28option to install higher version of libboost-filesystemKim
2017-08-18T353: remove the python library from vyatta-cfg.Daniil Baturin
2017-01-09Adding python-vyos-mgmt library to vyatta-cfg packageJason Hendry
2016-12-30Add initial draft of the python config library.Daniil Baturin
2016-08-05rewrite debian rules file and include systemd service for vyatta-router scriptKim Hagen
2015-12-17Go back to using the apt version comparison for node sorting.Thomas Jepp
2015-12-17Remove the dependency on apt.Thomas Jepp
2015-11-23Fix missing build depends and runtime depends. Add a runtime dependency on ↵Thomas Jepp
vyatta-quagga to ensure packages are configured in the right order.
2015-11-14vyatta-cfg: allow package to depend on development buildsAlex Harpin
Allow the vyatta-cfg package to depend on development of libvyatta-cfg so development ISOs can be built using it.
2015-04-09Clean up the debian/control.Daniil Baturin
2014-08-18Replace some old Vyatta names.Daniil Baturin
2014-07-27Update maintainer address.Daniil Baturin
2014-03-10Import and adapt Kim Hagen's changes for union-fs support.Daniil Baturin
2014-01-08Add missing build dependencies.Daniil Baturin
2013-06-01allow optional dependency on vyatta-unicastRobert Bays
2010-12-20Handle IPv6 in is_local_addressStephen Hemminger
Bug 6590 The code to check for local address has to be smarter to handle IPv6. Introduces dependency on Socket6 module.
2010-11-30Use new bash empty command completionStephen Hemminger
In newer version of bash the complete -E is used to do command completion at top level.
2010-10-27Make dependency on current vyatta-cfg-systemStephen Hemminger
2010-09-02fix squeeze build issueAn-Cheng Huang
2010-08-24add extensible node sorting mechanismAn-Cheng Huang
* unify node sorting implementation into the backend library. * allow future implementation of per-node, customized sorting policy.
2010-08-10separate libvyatta-cfg1 packageAn-Cheng Huang
2010-07-29remove dev package dependency on vyatta-cfgAn-Cheng Huang
* this allows the dev package to be installed without vyatta-cfg and its (many) dependencies.
2010-07-28add new cstore libraryAn-Cheng Huang
2010-02-05Force vyatta-cfg/vyatta-cfg-system synchronizationStephen Hemminger
2009-10-30Sync config file after savingStephen Hemminger
By calling fsync, we can be more assured that file actually makes it to disk.
2009-04-29testing if this fixes diable-link-detect file move problemMohit Mehta
2008-12-16update Build-Depends and DependsAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-08-04Add curl package for bug 3143.Stig Thormodsrud
2008-06-21Add dependencyrbalocca
2008-04-23Add parted debian package for install-system usehollisterrbalocca
2008-04-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-03-29Merge branch 'glendale' into hollywoodrbalocca
2008-03-24Set dependencies on either bash or vyatta-bashrbalocca
2008-03-22Merge branch 'glendale' into hollywoodrbalocca