[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-04-07 Thread Martin Wimpress 
** Changed in: ubuntu-mate-meta (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-03-23 Thread Sean Davis
Super low priority and doesn't really fix anything. Declining for
Xubuntu.

** Changed in: xubuntu-meta (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-03-14 Thread Benjamin Drung
I see nothing in this bug that needs sponsoring. Unsubscribing ~ubuntu-
sponsors.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package kubuntu-meta - 1.443

---
kubuntu-meta (1.443) noble; urgency=medium

  * Update update to check for germinate. Ref: (LP: #2017786)

 -- Scarlett Moore   Tue, 27 Feb 2024 05:02:36 -0700

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-02-27 Thread Ubuntu Foundations Team Bug Bot
The attachment "mysuperpatch.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-02-27 Thread Scarlett Gately Moore
I have opted for the check without the version check. Will be uploaded
shortly.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-08 Thread Erich Eickmeyer
@brian-murray

Agreed, simply checking to see whether or not germinate is installed or
not is a good idea. However, checking which version is installed, as is
currently done with debootstrap, is a bit overkill and I disagree with
the debootstrap version check to begin with.

Realistically, if one is running the update script on the current LTS or
higher, it shouldn't cause problems and the version check seems to be at
least encouraging the update to run on the development version. This
seems odd as germinate is pulling from whatever is configured in
update.cfg regardless of what series it's being run on, so the version
checks just seem like, as Steve put it, needless barriers.

So, in summary, your check for germinate seems sane. A wholesale version
check seems overkill and unnecessary.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-08 Thread Brian Murray
@eeickmeyer - the version of the change that actually landed in the
package essentially adds the following to the update script:

+if ! which germinate-update-metapackage >/dev/null; then
+   echo >&2 "please install germinate"
+   exit 1
+fi

I think this is a useful improvement as not everyone has germinate
installed but do as you wish with your packages.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-03 Thread handsome_feng
** Changed in: ubuntukylin-meta (Ubuntu)
 Assignee: (unassigned) => handsome_feng (feng-kylin)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-01 Thread Erich Eickmeyer
Now that I've had some time to look at the patch, I really don't see it
solving anything. After seeing Steve's comment, I do agree, it simply
puts up needless barriers to updating metapackages. Sorry, but from
Ubuntu Studio and Edubuntu, this is a Nack. I hope other flavors follow
suit and don't accept this patch.

** Changed in: ubuntustudio-meta (Ubuntu)
   Importance: Medium => Undecided

** Changed in: ubuntustudio-meta (Ubuntu)
   Status: New => Won't Fix

** Changed in: ubuntustudio-meta (Ubuntu)
 Assignee: Erich Eickmeyer (eeickmeyer) => (unassigned)

** Changed in: edubuntu-meta (Ubuntu)
   Importance: Medium => Undecided

** Changed in: edubuntu-meta (Ubuntu)
   Status: New => Won't Fix

** Changed in: edubuntu-meta (Ubuntu)
 Assignee: Erich Eickmeyer (eeickmeyer) => (unassigned)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-01 Thread Steve Langasek
I do not see what this change was supposed to solve.  I disagree with
the *existing* version check in germinate, and do not want to see more
of these - it imposes needless barriers for updating the metapackages.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-01 Thread fossfreedom
** Changed in: ubuntu-budgie-meta (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-budgie-meta (Ubuntu)
 Assignee: (unassigned) => fossfreedom (fossfreedom)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-01 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-meta - 1.502

---
ubuntu-meta (1.502) mantic; urgency=medium

  * Fix update script to include germinate in 'dependency' check and
refactor script LP: #2017786

 -- Tim Andersson   Fri, 28 Apr 2023
09:09:28 +0100

** Changed in: ubuntu-meta (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-04-28 Thread Erich Eickmeyer
** Changed in: ubuntustudio-meta (Ubuntu)
 Assignee: (unassigned) => Erich Eickmeyer (eeickmeyer)

** Changed in: ubuntustudio-meta (Ubuntu)
   Importance: Undecided => Medium

** Changed in: edubuntu-meta (Ubuntu)
   Importance: Undecided => Medium

** Changed in: edubuntu-meta (Ubuntu)
 Assignee: (unassigned) => Erich Eickmeyer (eeickmeyer)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-04-28 Thread Joshua Peisach
** Changed in: ubuntucinnamon-meta (Ubuntu)
 Assignee: (unassigned) => Joshua Peisach (itzswirlz)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-04-28 Thread Tim Andersson
Okay, ?th time lucky

** Patch removed: "mysuperpatch.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2017786/+attachment/5669367/+files/mysuperpatch.debdiff

** Patch added: "mysuperpatch.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2017786/+attachment/5669368/+files/mysuperpatch.debdiff

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-04-28 Thread Tim Andersson
** Patch removed: "mysuperpatch.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2017786/+attachment/5669357/+files/mysuperpatch.debdiff

** Patch removed: "mysuperpatch.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2017786/+attachment/5668944/+files/mysuperpatch.debdiff

** Patch added: "mysuperpatch.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2017786/+attachment/5669367/+files/mysuperpatch.debdiff

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-04-28 Thread Tim Andersson
Launchpad is failing when I try to add ubuntu-studio-meta to this bug
report, not sure why

** Also affects: edubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntukylin-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntustudio-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: xubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-04-28 Thread Tim Andersson
Please find attached updated debdiff

** Patch added: "mysuperpatch.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2017786/+attachment/5669357/+files/mysuperpatch.debdiff

** Also affects: ubuntu-unity-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntucinnamon-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: kubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-budgie-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-mate-meta (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/2017786/+subscriptions


-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs