[Debburn-changes] r848 - in cdrkit/trunk: . genisoimage

Steve McIntyre 93sam at alioth.debian.org
Thu Sep 30 14:24:47 UTC 2010


Author: 93sam
Date: 2010-09-30 14:24:39 +0000 (Thu, 30 Sep 2010)
New Revision: 848

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/genisoimage/genisoimage.1
   cdrkit/trunk/genisoimage/jte.c
Log:
genisoimage: Update references to atterer.org (Debian bug #596860)

Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2010-09-30 13:58:29 UTC (rev 847)
+++ cdrkit/trunk/Changelog	2010-09-30 14:24:39 UTC (rev 848)
@@ -3,6 +3,7 @@
   [ Steve McIntyre ]
   * genisoimage: Fix silly bug in MD5 output in template files.
   * genisoimage: Minor tweaks to the the genisoimage.1 man page.
+  * genisoimage: Update references to atterer.org (Debian bug #596860)
 
   [ Mike Paul ]
   * genisoimage: Use memmove() instead of strcpy() when cleaning

Modified: cdrkit/trunk/genisoimage/genisoimage.1
===================================================================
--- cdrkit/trunk/genisoimage/genisoimage.1	2010-09-30 13:58:29 UTC (rev 847)
+++ cdrkit/trunk/genisoimage/genisoimage.1	2010-09-30 14:24:39 UTC (rev 848)
@@ -2421,7 +2421,7 @@
 .SH "JIGDO NOTES"
 Jigdo is a tool to help in the distribution of large files like CD and
 DVD images; see
-.I http://atterer.net/jigdo/
+.I http://atterer.org/jigdo/
 for more details.  Debian CDs and DVD ISO
 images are published on the web in jigdo format to allow end users to download
 them more efficiently.

Modified: cdrkit/trunk/genisoimage/jte.c
===================================================================
--- cdrkit/trunk/genisoimage/jte.c	2010-09-30 13:58:29 UTC (rev 847)
+++ cdrkit/trunk/genisoimage/jte.c	2010-09-30 14:24:39 UTC (rev 848)
@@ -43,7 +43,7 @@
 #define JTE_VER_MAJOR     0x0001
 #define JTE_VER_MINOR     0x0013
 #define JTE_NAME          "JTE"
-#define JTE_COMMENT       "JTE at http://www.einval.com/~steve/software/JTE/ ; jigdo at http://atterer.net/jigdo/"
+#define JTE_COMMENT       "JTE at http://www.einval.com/~steve/software/JTE/ ; jigdo at http://atterer.org/jigdo/"
 
 #define JIGDO_TEMPLATE_VERSION "1.1"
 
@@ -807,7 +807,7 @@
     checksum_copy(template_context, CHECK_MD5, &template_md5sum[0]);
 
     fprintf(j_file, "# JigsawDownload\n");
-    fprintf(j_file, "# See <http://atterer.net/jigdo/> for details about jigdo\n");
+    fprintf(j_file, "# See <http://atterer.org/jigdo/> for details about jigdo\n");
     fprintf(j_file, "# See <http://www.einval.com/~steve/software/CD/JTE/> for details about JTE\n\n");
     
     fprintf(j_file, "[Jigdo]\n");




More information about the Debburn-changes mailing list