** Changed in: vlan (Ubuntu)
Status: Incomplete => New
** Changed in: vlan (Ubuntu)
Milestone: ubuntu-24.11 => ubuntu-24.12
** Description changed:
A merge of vlan appears to be available presently.
Upstream: tbd
- Debian: 2.0.5+nmu3
+ Debian: 2.0.5+nmu3
Ubuntu: 2.0.5ubuntu5
-
If it turns out this needs a sync rather than a merge, please change the
tag 'needs-merge' to 'needs-sync', and (optionally) update the title as
desired.
If this merge pulls in a new upstream version, also consider adding an
entry to the Jammy Release Notes:
https://discourse.ubuntu.com/c/release/38
-
### New Debian Changes ###
vlan (2.0.5+nmu3) unstable; urgency=medium
- * Non-maintainer upload.
- * Switch from /sbin/ip to /bin/ip (Closes: #1078721)
+ * Non-maintainer upload.
+ * Switch from /sbin/ip to /bin/ip (Closes: #1078721)
- -- Luca Boccassi <[email protected]> Thu, 15 Aug 2024 23:52:15 +0100
+ -- Luca Boccassi <[email protected]> Thu, 15 Aug 2024 23:52:15 +0100
vlan (2.0.5+nmu2) unstable; urgency=medium
- [ Debian Janitor ]
- * Bump debhelper from old 12 to 13.
- * Remove Section on vlan that duplicates source.
- * Update standards version to 4.6.1, no changes needed.
+ [ Debian Janitor ]
+ * Bump debhelper from old 12 to 13.
+ * Remove Section on vlan that duplicates source.
+ * Update standards version to 4.6.1, no changes needed.
- [ Andrej Shadura ]
- * Drop old notes about kernel support.
- * Update the package description and the manpage to note this
- package is legacy.
+ [ Andrej Shadura ]
+ * Drop old notes about kernel support.
+ * Update the package description and the manpage to note this
+ package is legacy.
- -- Andrej Shadura <[email protected]> Tue, 16 Jul 2024 10:33:11
+ -- Andrej Shadura <[email protected]> Tue, 16 Jul 2024 10:33:11
+0200
vlan (2.0.5+nmu1) unstable; urgency=medium
- * Non-maintainer upload.
- * Install into /usr for DEP17 M2. (Closes: #1060351)
+ * Non-maintainer upload.
+ * Install into /usr for DEP17 M2. (Closes: #1060351)
- -- Chris Hofstaedtler <[email protected]> Mon, 22 Apr 2024 01:44:32
+ -- Chris Hofstaedtler <[email protected]> Mon, 22 Apr 2024 01:44:32
+0200
vlan (2.0.5) unstable; urgency=medium
- * debian/network/if-pre-up.d/vlan: add missing biosdevname (Closes:
#922801).
- - Thanks to Dan Steetman for the patch.
+ * debian/network/if-pre-up.d/vlan: add missing biosdevname (Closes:
#922801).
+ - Thanks to Dan Steetman for the patch.
- -- Willem van den Akker <[email protected]> Thu, 21 Feb 2019
+ -- Willem van den Akker <[email protected]> Thu, 21 Feb 2019
08:29:59 +0100
vlan (2.0.4) unstable; urgency=medium
- * New maintainer (Closes: #918013).
- * debian/control: bump Standards-Version to 4.3.0.
- * debian/copyright: make machine readable.
- * debian/network/*: make scripts executable.
+ * New maintainer (Closes: #918013).
+ * debian/control: bump Standards-Version to 4.3.0.
+ * debian/copyright: make machine readable.
+ * debian/network/*: make scripts executable.
- -- Willem van den Akker <[email protected]> Mon, 04 Feb 2019
+ -- Willem van den Akker <[email protected]> Mon, 04 Feb 2019
17:36:33 +0100
vlan (2.0.3) unstable; urgency=medium
- * Orphan vlan.
- * Actually support Rules-Requires-Root: no.
- * Set Multi-Arch: foreign.
+ * Orphan vlan.
+ * Actually support Rules-Requires-Root: no.
+ * Set Multi-Arch: foreign.
- -- Andrej Shadura <[email protected]> Wed, 02 Jan 2019 22:59:42
+ -- Andrej Shadura <[email protected]> Wed, 02 Jan 2019 22:59:42
+0100
vlan (2.0.2) unstable; urgency=medium
- [ Niels Thykier ]
- * Bump debhelper compat to 12
- * Declare that vlan can produce its binary package without using (fake)root
via 'Rules-Requires-Root'
+ [ Niels Thykier ]
+ * Bump debhelper compat to 12
+ * Declare that vlan can produce its binary package without using (fake)root
via 'Rules-Requires-Root'
- [ Andrej Shadura ]
- * Merge changes from Niels Thykier (Closes: #917944)
- * This is now an Architecture: all package (Closes: #745202, #794156).
+ [ Andrej Shadura ]
+ * Merge changes from Niels Thykier (Closes: #917944)
+ * This is now an Architecture: all package (Closes: #745202, #794156).
- -- Andrej Shadura <[email protected]> Wed, 02 Jan 2019 11:18:54
+ -- Andrej Shadura <[email protected]> Wed, 02 Jan 2019 11:18:54
+0100
vlan (2.0.1) unstable; urgency=medium
- [ Ondřej Nový ]
- * d/control: Deprecate priority extra as per policy 4.0.1.
+ [ Ondřej Nový ]
+ * d/control: Deprecate priority extra as per policy 4.0.1.
- [ Andrej Shadura ]
- * Fix a typo in the script (patch by Marc Dequènes).
- * Merge changes from unstable.
- * Upload to unstable.
+ [ Andrej Shadura ]
+ * Fix a typo in the script (patch by Marc Dequènes).
+ * Merge changes from unstable.
+ * Upload to unstable.
- -- Andrej Shadura <[email protected]> Wed, 02 Jan 2019 11:08:55
+ -- Andrej Shadura <[email protected]> Wed, 02 Jan 2019 11:08:55
+0100
vlan (2.0) experimental; urgency=medium
- * Non-maintainer upload.
- * Make this a native package and replace the previous upstream source
- with Andrej Shadura's vconfig compatibility script. (Closes: #501402)
- * Update package description to better describe this package content.
- * Rewrite debian/rules
- * Bump Standards-Version to 3.9.6
- * Update debian/network/ contents to not rely on vconfig.
- - in preparation for potentian future dropping vconfig compat script.
- * Update debian/copyright for the new package content.
- * Make vconfig always print a deprecated notice to stderr when executed.
+ * Non-maintainer upload.
+ * Make this a native package and replace the previous upstream source
+ with Andrej Shadura's vconfig compatibility script. (Closes: #501402)
+ * Update package description to better describe this package content.
+ * Rewrite debian/rules
+ * Bump Standards-Version to 3.9.6
+ * Update debian/network/ contents to not rely on vconfig.
+ - in preparation for potentian future dropping vconfig compat script.
+ * Update debian/copyright for the new package content.
+ * Make vconfig always print a deprecated notice to stderr when executed.
- -- Andreas Henriksson <[email protected]> Wed, 06 Jan 2016 18:42:14
+ -- Andreas Henriksson <[email protected]> Wed, 06 Jan 2016 18:42:14
+0100
vlan (1.9-3.4) unstable; urgency=medium
- * Merge a change from Ubuntu:
- - Support biosdevname interface names out of the box (LP: #948559).
- * Update Vcs-*.
+ * Merge a change from Ubuntu:
+ - Support biosdevname interface names out of the box (LP: #948559).
+ * Update Vcs-*.
- -- Andrej Shadura <[email protected]> Thu, 02 Aug 2018 14:10:52
+ -- Andrej Shadura <[email protected]> Thu, 02 Aug 2018 14:10:52
+0200
vlan (1.9-3.3) unstable; urgency=medium
-
### Old Ubuntu Delta ###
vlan (2.0.5ubuntu5) hirsute; urgency=medium
- * No-change rebuild to drop the udeb package.
+ * No-change rebuild to drop the udeb package.
- -- Matthias Klose <[email protected]> Mon, 22 Feb 2021 10:36:31 +0100
+ -- Matthias Klose <[email protected]> Mon, 22 Feb 2021 10:36:31 +0100
vlan (2.0.5ubuntu4) hirsute; urgency=medium
- * Drop vlan-udeb altogether, launchpad doesn't like not being able to
- build any packages.
+ * Drop vlan-udeb altogether, launchpad doesn't like not being able to
+ build any packages.
- -- Dimitri John Ledkov <[email protected]> Mon, 08 Feb 2021 18:38:18
+ -- Dimitri John Ledkov <[email protected]> Mon, 08 Feb 2021 18:38:18
+0000
vlan (2.0.5ubuntu3) hirsute; urgency=medium
- * Build vlan without udeb by default by requiring udeb build-profile,
- which is not set by default.
+ * Build vlan without udeb by default by requiring udeb build-profile,
+ which is not set by default.
- -- Dimitri John Ledkov <[email protected]> Mon, 08 Feb 2021 12:43:59
+ -- Dimitri John Ledkov <[email protected]> Mon, 08 Feb 2021 12:43:59
+0000
vlan (2.0.5ubuntu2) groovy; urgency=medium
- * Remove dotfiles added during previous merge.
+ * Remove dotfiles added during previous merge.
- -- Rafael David Tinoco <[email protected]> Tue, 23 Jun 2020
+ -- Rafael David Tinoco <[email protected]> Tue, 23 Jun 2020
18:38:00 -0300
vlan (2.0.5ubuntu1) groovy; urgency=medium
- * Merge with Debian unstable (LP: #1883788). Remaining changes:
- - Conditionally defer udev-triggered vlan interface creation
- to after raw-interface-device ifup is complete
- From: Ubuntu bug 1701023
- Files changed:
- - debian/vlan.udev
- - debian/network/if-up.d/vlan
- - Add a udeb for vconfig in debian-installer
- From: Ubuntu bug 530468
- Note: This should be droppable as d-i should not require
- 'vconfig' because it can use 'ip' to create vlans,
- but currently it still depends on vlan-udeb
- Files changed:
- - debian/control
- - debian/vlan-udeb.install
- - Add support for biosdevname
- Only small change still required
- From: Debian bts 922801
- Files changed:
- - debian/network/if-pre-up.d/vlan
- - d/network/if-pre-up.d/vlan,
- d/network/if-up.d/vlan,
- d/vlan-network-interface:
- - Fix file mode to 775 (LP: 1876781)
+ * Merge with Debian unstable (LP: #1883788). Remaining changes:
+ - Conditionally defer udev-triggered vlan interface creation
+ to after raw-interface-device ifup is complete
+ From: Ubuntu bug 1701023
+ Files changed:
+ - debian/vlan.udev
+ - debian/network/if-up.d/vlan
+ - Add a udeb for vconfig in debian-installer
+ From: Ubuntu bug 530468
+ Note: This should be droppable as d-i should not require
+ 'vconfig' because it can use 'ip' to create vlans,
+ but currently it still depends on vlan-udeb
+ Files changed:
+ - debian/control
+ - debian/vlan-udeb.install
+ - Add support for biosdevname
+ Only small change still required
+ From: Debian bts 922801
+ Files changed:
+ - debian/network/if-pre-up.d/vlan
+ - d/network/if-pre-up.d/vlan,
+ d/network/if-up.d/vlan,
+ d/vlan-network-interface:
+ - Fix file mode to 775 (LP: 1876781)
- -- Rafael David Tinoco <[email protected]> Wed, 17 Jun 2020
+ -- Rafael David Tinoco <[email protected]> Wed, 17 Jun 2020
12:15:28 +0000
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085306
Title:
Merge vlan from Debian unstable for plucky
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/2085306/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs