Merge lp:~bkerensa/ubuntu/quantal/ushare/fix-for-1044024 into lp:ubuntu/quantal/ushare

Proposed by Benjamin Kerensa
Status: Work in progress
Proposed branch: lp:~bkerensa/ubuntu/quantal/ushare/fix-for-1044024
Merge into: lp:ubuntu/quantal/ushare
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
scripts/ushare (+1/-1)
To merge this branch: bzr merge lp:~bkerensa/ubuntu/quantal/ushare/fix-for-1044024
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Needs Fixing
Benjamin Kerensa (community) Needs Resubmitting
Dimitri John Ledkov Needs Fixing
Ubuntu branches Pending
Review via email: mp+126198@code.launchpad.net

Description of the change

Fix for scripts/ushare: typo in log_warning_msg

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

The typo fix is correct. Thanks a lot. But there are some points about packaging it:

= must fix =
* Please set correct Maintainer field. As there are still ubuntu changes to the package, the maintainer field should stay as Ubuntu Developers. You can use `update-maintainer` utility to fix it up for you

* I cannot build the source package from your branch, because upstream sources are modified directly, instead of using a patch. Please generate a patch and add it to the packaging. You can do this with `$ dpkg-source commit`, don't forget to fill in the headers.

= minor =
* Please use `debcommit` utility when committing your changes to the packaging branches. Not only does it reuse debian/changelog as the commit message it also correctly adds --fixes lp:NXXXYYY such that branch gets auto-linked to the bug reports. This is a minor point.

review: Needs Fixing
Revision history for this message
Benjamin Kerensa (bkerensa) wrote :

Thats odd the changes to the maintainer field etc were not ones I made.

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

22 -Maintainer: Ubuntu Developers <email address hidden>
23 +Maintainer: Alexis Saettler <email address hidden>
24 Uploaders: Alexis Saettler <email address hidden>
25 -XSBC-Original-Maintainer: Alexis Saettler <email address hidden>

-> yeah, you need to change back the maintainer field to what it was. Debian asked that they are not marked as the maintainer for ubuntu packages.

review: Needs Fixing
Revision history for this message
Benjamin Kerensa (bkerensa) wrote :

This is now fixed.

review: Needs Resubmitting
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Hum, this change is inline without any patch system right? I can't even build it as debian/sources 3 is telling me:

dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building ushare using existing ./ushare_1.1a.orig.tar.gz
dpkg-source: info: local changes detected, the modified files are:
 ushare-1.1a/scripts/ushare
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/ushare_1.1a-0ubuntu10.diff.tmDlMy

How did you built it?
Please stash that in a quilt patch as it's what the package is supporting :)

review: Needs Fixing

Unmerged revisions

12. By Benjamin Kerensa

Fix Maintainer

11. By Benjamin Kerensa

Fixed scripts/ushare typo

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-07-02 20:37:14 +0000
3+++ debian/changelog 2012-09-28 09:19:20 +0000
4@@ -1,3 +1,9 @@
5+ushare (1.1a-0ubuntu10) quantal; urgency=low
6+
7+ * scripts/ushare: Fixed Typo in log_warning_msg (LP: #1044024)
8+
9+ -- Benjamin Kerensa <bkerensa@ubuntu.com> Tue, 25 Sep 2012 01:43:46 -0700
10+
11 ushare (1.1a-0ubuntu9) quantal; urgency=low
12
13 * debian/patches/fix-implicit-pointers.patch:
14
15=== modified file 'scripts/ushare'
16--- scripts/ushare 2012-01-03 23:35:53 +0000
17+++ scripts/ushare 2012-09-28 09:19:20 +0000
18@@ -48,7 +48,7 @@
19 start)
20 log_daemon_msg "Starting $DESC: $NAME"
21 if ! $(check_shares); then
22- log_warning_msg "No shares avalaible ..."
23+ log_warning_msg "No shares available ..."
24 log_end_msg 0
25 else
26 checkpid

Subscribers

People subscribed via source and target branches