[Bug 1733646] Re: pcp - convert dpkg-source format to 3.0 (quilt)

2017-11-27 Thread Eric Desrochers
No debdiff needed for devel release, the changes from Debian got auto-
synced ;)

** Changed in: pcp (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  pcp - convert dpkg-source format to 3.0 (quilt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1733646/+subscriptions

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

[Bug 1733646] Re: pcp - convert dpkg-source format to 3.0 (quilt)

2017-11-26 Thread Bug Watch Updater
** Changed in: pcp (Debian)
   Status: New => Fix Released

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

Title:
  pcp - convert dpkg-source format to 3.0 (quilt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1733646/+subscriptions

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

[Bug 1733646] Re: pcp - convert dpkg-source format to 3.0 (quilt)

2017-11-23 Thread Bug Watch Updater
** Changed in: pcp (Debian)
   Status: Unknown => New

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

Title:
  pcp - convert dpkg-source format to 3.0 (quilt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1733646/+subscriptions

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

[Bug 1733646] Re: pcp - convert dpkg-source format to 3.0 (quilt)

2017-11-23 Thread Eric Desrochers
** Description changed:

+ [Impact]
+ 
+ Based on a current discussion with regard to pcp MIR (LP: #1700827).
+ 
+ MIR approval team is suggesting to convert the dpkg-source format from
+ 3.0 (native) to 3.0 (quilt).
+ 
+ [Test Case]
+ 
+ * pull-lp-source pcp bionic or pull-lp-source pcp 3.12.2 (being the most 
recent source pkg found in the archive at the time I write this)
+ * cd $PCP_SRC
+ * $what-patch 
+ patchless?
+ 
+ After this change "what-patch" should display: quilt
+ 
+ * $what-patch 
+ quilt
+ 
+ [Regression Potential]
+ 
+  * No regression, it only changes the package dpkg-source format from 3.0 
(native) to 3.0 (quilt).
+It doesn't affect pcp core functionnality nor modify PCP code.
+ 
+ [Other Info]
+ 
+ More explanation can be found here :
+ https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1700827/comments/24
+ 
+ * Debian bug:
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650
+ 
+ [Original Description]
+ 
  Based on a current discussion with regard to pcp MIR (LP: #1700827).
  
  MIR approval team is suggesting to convert the dpkg-source format from
  3.0 (native) to 3.0 (quilt).
  
  More explanation can be found here :
  https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1700827/comments/24
  
  * Debian bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650
  
  - Eric

** Description changed:

  [Impact]
  
  Based on a current discussion with regard to pcp MIR (LP: #1700827).
  
  MIR approval team is suggesting to convert the dpkg-source format from
  3.0 (native) to 3.0 (quilt).
  
  [Test Case]
  
  * pull-lp-source pcp bionic or pull-lp-source pcp 3.12.2 (being the most 
recent source pkg found in the archive at the time I write this)
  * cd $PCP_SRC
- * $what-patch 
+ * $ what-patch
  patchless?
  
- After this change "what-patch" should display: quilt
+ and/or
  
- * $what-patch 
+ * $ cat debian/source/format 
+ 3.0 (native)
+ 
+ 
+ * After this change "what-patch" should display: quilt
+ 
+ * $ what-patch
  quilt
+ 
+ * $ cat debian/source/format 
+ 3.0 (quilt)
+ 
  
  [Regression Potential]
  
-  * No regression, it only changes the package dpkg-source format from 3.0 
(native) to 3.0 (quilt).
-It doesn't affect pcp core functionnality nor modify PCP code.
+  * No regression expected, it only changes the package dpkg-source
+ format from 3.0 (native) to 3.0 (quilt).
+ 
+  * It doesn't affect pcp core functionality nor modify PCP code.
+ 
+  * The only thing I can think is maintenance habit for people used to
+ modify the package as a native pkg, they will have to adapt/learn to
+ quilt format (including DEP3 headers, and all).
  
  [Other Info]
  
  More explanation can be found here :
  https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1700827/comments/24
  
  * Debian bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650
  
  [Original Description]
  
  Based on a current discussion with regard to pcp MIR (LP: #1700827).
  
  MIR approval team is suggesting to convert the dpkg-source format from
  3.0 (native) to 3.0 (quilt).
  
  More explanation can be found here :
  https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1700827/comments/24
  
  * Debian bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650
  
  - Eric

** Description changed:

  [Impact]
  
  Based on a current discussion with regard to pcp MIR (LP: #1700827).
  
  MIR approval team is suggesting to convert the dpkg-source format from
  3.0 (native) to 3.0 (quilt).
  
  [Test Case]
  
  * pull-lp-source pcp bionic or pull-lp-source pcp 3.12.2 (being the most 
recent source pkg found in the archive at the time I write this)
  * cd $PCP_SRC
  * $ what-patch
  patchless?
  
  and/or
  
- * $ cat debian/source/format 
+ * $ cat debian/source/format
  3.0 (native)
- 
  
  * After this change "what-patch" should display: quilt
  
  * $ what-patch
  quilt
  
- * $ cat debian/source/format 
+ * $ cat debian/source/format
  3.0 (quilt)
- 
  
  [Regression Potential]
  
   * No regression expected, it only changes the package dpkg-source
  format from 3.0 (native) to 3.0 (quilt).
  
   * It doesn't affect pcp core functionality nor modify PCP code.
  
-  * The only thing I can think is maintenance habit for people used to
- modify the package as a native pkg, they will have to adapt/learn to
- quilt format (including DEP3 headers, and all).
+  * The only thing I can think is maintenance habit for people used to
+ modify the package as a native pkg, they will have to learn and adapt to
+ quilt patching system. Including DEP3 headers, and all ...
  
  [Other Info]
  
  More explanation can be found here :
  https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1700827/comments/24
  
  * Debian bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650
  
  [Original Description]
  
  Based on a current discussion with regard to pcp MIR (LP: #1700827).
  
  MIR approval team is suggesting to convert the dpkg-source format from
  3.0 (native) to 3.0 (quilt).
  
  More 

[Bug 1733646] Re: pcp - convert dpkg-source format to 3.0 (quilt)

2017-11-23 Thread Eric Desrochers
** Bug watch added: Debian Bug tracker #881650
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650

** Also affects: pcp (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650
   Importance: Unknown
   Status: Unknown

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

Title:
  pcp - convert dpkg-source format to 3.0 (quilt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1733646/+subscriptions

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

[Bug 1733646] Re: pcp - convert dpkg-source format to 3.0 (quilt)

2017-11-23 Thread Eric Desrochers
** Description changed:

  Based on a current discussion with regard to pcp MIR (LP: #1700827).
  
  MIR approval team is suggesting to convert the dpkg-source format from
  3.0 (native) to 3.0 (quilt).
  
  More explanation can be found here :
  https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1700827/comments/24
  
+ * Debian bug:
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881650
+ 
  - Eric

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

Title:
  pcp - convert dpkg-source format to 3.0 (quilt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1733646/+subscriptions

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

[Bug 1733646] Re: pcp - convert dpkg-source format to 3.0 (quilt)

2017-11-23 Thread Eric Desrochers
Nathan have committed upstream the changes I have submitted :

* [894c007] build: switch deb builds to using the quilt-based format
 - LP: #1733646
 - debbug: #881650

Once the above change in debian unstable, I'll proceed with the upload
into bionic.

Thanks Nathan

- Eric

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

Title:
  pcp - convert dpkg-source format to 3.0 (quilt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/1733646/+subscriptions

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