Merge lp:~scarneiro/ubuntu/oneiric/pppstatus/fix-for-770756 into lp:ubuntu/oneiric/pppstatus

Proposed by Sebastian Carneiro
Status: Merged
Merged at revision: 4
Proposed branch: lp:~scarneiro/ubuntu/oneiric/pppstatus/fix-for-770756
Merge into: lp:ubuntu/oneiric/pppstatus
Diff against target: 39 lines (+9/-2)
3 files modified
Makefile (+1/-1)
debian/changelog (+6/-0)
debian/control (+2/-1)
To merge this branch: bzr merge lp:~scarneiro/ubuntu/oneiric/pppstatus/fix-for-770756
Reviewer Review Type Date Requested Status
Stefano Rivera Approve
Ubuntu branches Pending
Review via email: mp+65094@code.launchpad.net

Description of the change

Changed linker parameters to work with GCC-4.6. Make other changes mainly from lintian recommendations.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for the work you did there, the package is coming from Debian (https://wiki.ubuntu.com/Debian) though so ideally we would be sent to their bug system (http://www.debian.org/Bugs/Reporting) so they can benefit from your fixes and it Ubuntu has less changes to carry and maintain which are duplicated efforts over what Debian is doing

We also try to limit the changes we do over Debian to required ones, while you standards version update and watch files are nice cleanups they are not really required in an Ubuntu specific way also

Revision history for this message
Sebastian Carneiro (scarneiro) wrote :

Sebastien, thanks for your review.

I need clarification about what the right course of action would be in a case like this:

 - Do I have to revert changes leaving only the required ones, or
 - Do I have to forward to Debian only the required changes, leaving the rest out of the patch ?

Again,

Thanks for your time.

Best regards.

Revision history for this message
Sebastien Bacher (seb128) wrote :

What I would recommend to do is to forward your diff it is to Debian and update the merge request to drop unrequired changes, fixes are fine to keep (i.e the maintainer script tokens or watch fixes) but changing the source format in an Ubuntu specific way doesn't seem a good idea

You also don't need to list the maintainer update in the changelog that's something we do for each source we modify in Ubuntu

5. By Sebastian Carneiro

Removed unrequired changes, following advice from Sebastien Bacher.

6. By Sebastian Carneiro

Removed unrequired changes, following advice from Sebastien Bacher.

Revision history for this message
Sebastian Carneiro (scarneiro) wrote :

Sebastien, did the following update to this branch:

- Removed debian/source/format;
- Restored previous values in debian/control for Standards-Version and Build-Depends.
- Removed references to previous change from changelog.

Please let me know if it's ok now, or further changes are needed.

Thanks for the patience!

Best regasrds.-

Revision history for this message
Michael Terry (mterry) wrote :

Sebastian, would you mind just making this branch hold the Makefile fix? The other changes are great and would ideally be sent on to Debian. But if Ubuntu accepts the extra changes, it would make it harder for us to go back to being in sync (we'd generally wait until Debian took them too).

Revision history for this message
Sebastian Carneiro (scarneiro) wrote :

Sure, no problem.

I will to that and let you know.

Thanks for your help !

Sebastian.

7. By Sebastian Carneiro

Reverted previous changes and holding only the ones on Makefile.

Revision history for this message
Sebastian Carneiro (scarneiro) wrote :

Changes reverted. Only the change on Makefile remains.

Best regards.

8. By Sebastian Carneiro

Removed extra line in changelog entry.

Revision history for this message
Stefano Rivera (stefanor) wrote :

Looks good, thanks.

Only issue was overly-long changelog lines. (lintian complains about it) Fixed on upload.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2003-02-01 13:00:00 +0000
+++ Makefile 2011-07-06 00:19:27 +0000
@@ -17,7 +17,7 @@
17all : pppstatus printdone17all : pppstatus printdone
1818
19pppstatus : pppstatus.o19pppstatus : pppstatus.o
20 gcc $(CFLAGS) $(LDFLAGS) -o ${BIN} ${SRC}20 gcc $(CFLAGS) -o ${BIN} ${SRC} $(LDFLAGS)
2121
22pppstatus.o : pppstatus.h22pppstatus.o : pppstatus.h
2323
2424
=== modified file 'debian/changelog'
--- debian/changelog 2007-12-14 21:25:03 +0000
+++ debian/changelog 2011-07-06 00:19:27 +0000
@@ -1,3 +1,9 @@
1pppstatus (0.4.2-10ubuntu1) oneiric; urgency=low
2
3 * Makefile: Changed order of linker parameters to work with GCC-4.6 (LP: #770756)
4
5 -- Sebastian Carneiro <scarneiro@fibertel.com.ar> Tue, 05 Jul 2011 21:13:54 -0300
6
1pppstatus (0.4.2-10) unstable; urgency=low7pppstatus (0.4.2-10) unstable; urgency=low
28
3 * Added code to postinst to remove obsolete pppstatus-clean.9 * Added code to postinst to remove obsolete pppstatus-clean.
410
=== modified file 'debian/control'
--- debian/control 2007-05-04 17:06:43 +0000
+++ debian/control 2011-07-06 00:19:27 +0000
@@ -1,7 +1,8 @@
1Source: pppstatus1Source: pppstatus
2Section: net2Section: net
3Priority: optional3Priority: optional
4Maintainer: John Hasler <jhasler@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: John Hasler <jhasler@debian.org>
5Build-Depends: debhelper (>> 2.0.0), libncurses5-dev6Build-Depends: debhelper (>> 2.0.0), libncurses5-dev
6Standards-Version: 3.7.2.27Standards-Version: 3.7.2.2
78

Subscribers

People subscribed via source and target branches