about summary refs log tree commit diff
path: root/debian/network-manager.maintscript
AgeCommit message (Collapse)Author
2023-10-18Stop executing ifupdown hook scripts on network state changesMichael Biebl
Many of those script are not meant to be run within a NetworkManager context. Packages that would benefit from reacting on such network state changes should install a native NetworkManager-dispatcher script. The interface is documented in more detail in the NetworkManager-dispatcher(8) man page.
2023-08-09Remove obsolete maintscript codeMichael Biebl
2021-10-01Remove obsolete upgrade codeMichael Biebl
2020-07-02Remove SysV init scriptMichael Biebl
2019-03-27Drop migration code from pre-stretchMichael Biebl
2018-11-27Remove obsolete D-Bus policy conffiles on upgradesMichael Biebl
2017-06-18Install ifupdown dispatcher script via network-manager.installMichael Biebl
This avoids a FTBFS when doing arch:all builds. Rename the script to 01-ifupdown while at it for consistencies sake. Closes: #864980
2017-06-17Drop maintscript migration code from pre-jessieMichael Biebl
2016-01-21Stop setting the package name explicitlyMichael Biebl
2016-01-21Clean up obsolete /etc/dbus-1/system.d/nm-avahi-autoipd.conf conffile on ↵Michael Biebl
upgrades
2014-07-10Remove the obsolete /etc/dbus-1/system.d/nm-dhcp-client.conf conffile on ↵Michael Biebl
upgrades.
2014-03-28Install PolicyKit rules and pkla file into the system directoryMichael Biebl
/etc/polkit-1 is reserved for local configuration.
2013-05-07Remove old code for upgrading from pre-squeeze versions.Michael Biebl
2012-05-15debian/network-manager.maintscript: Use new versioning schemeMichael Biebl
as recommended by dpkg-maintscript-helper which better handles local modifications and (bin)NMUs.
2012-03-24Use dh_install maintscript to handle the other conffiles as well.Michael Biebl
2012-03-24Rename D-Bus policy fileMichael Biebl
The D-Bus policy file /etc/dbus-1/system.d/NetworkManager.conf has been renamed to org.freedesktop.NetworkManager.conf. Update the .install file and use the dh_install maintscript facility to move the conffile on upgrades. This requires a newer debhelper, so bump the Build-Depends accordingly.