Please merge jigit 1.18-1 (main) from debian unstable

Bug #789219 reported by Scott Moser
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
jigit (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

This will be a merge of the trivial ubuntu diff onto the new upstream
release 1.18. Current ubuntu version is 1.16-2ubuntu2.

Missing changelog entries:
jigit (1.18-1) unstable; urgency=low

  * New upstream release.
    + More dynamic memory handling in mkimage, instead of allocating
      fixed-size strings on the stack. Should now work on Hurd too.
    + Fix man page syntax errors.
    + s,config.h,../config.h, in libjte for easier use by the xorriso
folks

 -- Steve McIntyre <email address hidden> Sat, 30 Apr 2011 19:06:18 +0100

jigit (1.17-2) unstable; urgency=low

  * Include jigdo-gen-md5-list and its man page. Closes: #620155

 -- Steve McIntyre <email address hidden> Wed, 30 Mar 2011 20:57:56 +0100

jigit (1.17-1) unstable; urgency=low

  * New upstream release, complete with new libjte code.

 -- Steve McIntyre <email address hidden> Sun, 20 Mar 2011 01:17:45 +0000

 affects ubuntu/jigit
 assignee smoser
 status inprogress
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJN39q7AAoJEB5EEKQCS8bwI0QP/RvXHrFr0EZzxKkzuahpO2AP
i5QvQFXSscH93A6RGPHuY4TQMOaxgssncxdwjsyjk5NGYzV8Kr/s39lS0opNGSju
0tgeHn3xKZpKpWdNUOjxHGEYPPfbVJ8QI2tCojOgcuFAhGyBAfkJWEmV7gwiSEnG
upwFcY0MViKUeV9q3a1kNqk1eVHfBWSwV04WsQbIjxJgp3R32kHuk0yq1ReDPoFa
BGVEuGcaybprl/Ac3kkMXozkwECcxMECoqLuAWww/R9NMf0BHYc5VUWSKi7+4tkm
gE3EkJmbyVzzfWPm+Fk+E4bUDY5XuW+6otg/f9wPaULSsMuU2mhhzFNqvcxouY8R
lzYN8MQou8q/2Rq9U5c794ODU/iRIQMiOmI/zcj8VFGs/BN4qO5dbQjsnkI5yxOd
eyNSdVE4wSxOUP3AZ5qvRlS+LrHOSAKiceunP92hxiDD3NjYQf2h032LWCLpnd1T
fmo6/vsAninpIPAxjqTqLMHi2fZiTerV7kOG0uO18035QhNJwVSnuOxyEyiGCCIw
pobr6VCDsgiQPpZHka9tq3+w3T9PFJp6tzYimevXr7IBoHBXWB3zXLBZM8pgFPDs
mZaGSysQ0f25FrVjfUbAYGl6VNdbwefCrGTTIl9zibWcGKbzysWdaxAh3fawngMU
lSN9w/3Z+GP2R9TzXLmv
=S95e
-----END PGP SIGNATURE-----

Related branches

Scott Moser (smoser)
Changed in jigit (Ubuntu):
assignee: Scott Moser (smoser) → nobody
importance: Undecided → Wishlist
status: In Progress → Confirmed
Revision history for this message
Scott Moser (smoser) wrote :

just for the record, I sent the following suggested patch to the upstream jigit developer, requesting that it be added to upstream so we could drop this ubuntu delta.

--- a/jigit
+++ b/jigit
@@ -13,6 +13,13 @@ APT_CACHE=/var/cache/apt/archives
 WGET_OPTS="-q --passive-ftp --no-directories --no-verbose"
 HOST="http://people.debian.org/~93sam/"

+VENDOR=`command -v lsb_release >/dev/null && lsb_release --id --short` ||
+ VENDOR=`command -v dpkg-vendor >/dev/null && dpkg-vendor --query vendor`
+
+case "$VENDOR" in
+ Ubuntu) HOST="http://releases.ubuntu.com";;
+esac
+
 if [ -e /etc/jigit.conf ] ; then
     . /etc/jigit.conf
 fi

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package jigit - 1.18-1ubuntu1

---------------
jigit (1.18-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable (LP: #789219). Remaining changes:
    - jigit: set default HOST to http://releases.ubuntu.com

jigit (1.18-1) unstable; urgency=low

  * New upstream release.
    + More dynamic memory handling in mkimage, instead of allocating
      fixed-size strings on the stack. Should now work on Hurd too.
    + Fix man page syntax errors.
    + s,config.h,../config.h, in libjte for easier use by the xorriso folks

jigit (1.17-2) unstable; urgency=low

  * Include jigdo-gen-md5-list and its man page. Closes: #620155

jigit (1.17-1) unstable; urgency=low

  * New upstream release, complete with new libjte code.
 -- Scott Moser <email address hidden> Fri, 27 May 2011 13:09:29 -0400

Changed in jigit (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.