[Bug 789219] Re: Please merge jigit 1.18-1 (main) from debian unstable

Scott Moser smoser at canonical.com
Fri May 27 20:56:06 UTC 2011


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

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/789219

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

Status in “jigit” package in Ubuntu:
  Confirmed

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 <93sam at debian.org>  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 <93sam at debian.org>  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 <93sam at debian.org>  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-----



More information about the Ubuntu-sponsors mailing list