Package: bumprace Version: 1.5.4-1 Severity: minor Tags: patch User: [email protected] Usertags: origin-ubuntu xenial ubuntu-patch
Dear Maintainer, It is a very simple bug fix test to learn how to fix a minor bug, and after testing upload it to Debian BTS to be considered for inclusion. I just added a "Homepage" line to debian/control file to add extra info for final package. I followed tutorial here: http://packaging.ubuntu.com/html/fixing-a-bug-example.html *** /tmp/tmpc99bjs/bug_body In Ubuntu, the attached patch was applied to achieve the following: Test the procedure of fixing a minor bug and submitting it to Debian. This fix only adds a "Homepage" line to debian/control, so should be included for packages both in Debian and Ubuntu. Just look at: http://packaging.ubuntu.com/html/fixing-a-bug-example.html * debian/control: Added project's homepage. Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-74-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2012-05-14 23:38:14 +0000 +++ debian/control 2016-01-11 13:40:00 +0000 @@ -1,7 +1,8 @@ Source: bumprace Section: games Priority: optional -Maintainer: Christian T. Steigies <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Christian T. Steigies <[email protected]> Build-Depends: autotools-dev, cdbs, debhelper (>> 5), @@ -12,6 +13,7 @@ libtool, zlib1g-dev Standards-Version: 3.9.3 +Homepage: http://www.linux-games.com/bumprace/ Package: bumprace Architecture: any

