On Tue, Aug 30, 2016 at 09:26:24AM +0000, Gianfranco Costamagna wrote: > Hi, > > > > >> Also, it's now xz compressed, which I anticipated is something > >> Gianfranco might hassle me about if I didn't enable haha.> > > > >If you're not uploading a new upstream version you can't change the > >tarball compression (unless you're changing the source package name, > >which I don't recommend, per our discussion on IRC). > > > well, if there aren't code changes in the tarball (a.k.a. new releases) > having another tarball around, with no added content (except for a reduced > size), seems to increase the overall entropy.
Ok, working with the assumption that we're using the current muse-el_3.20+dfsg.orig.tar.gz that's already in the archive, I need to attribute the source to https://github.com/alexott/muse/ rather than gna.org. Diffs are attached as evidence as to why. Would someone please point me towards a guide on how to gpg verify github signed releases? eg: Because our +dfsg tarball is based on: https://github.com/alexott/muse/releases/tag/v3.20 and Michael W. Olson (FB51E8D8F3A8D319, same as gna.org tarball) signed the release, it should be possible...I just don't know how to do it without a tarball.{asc|pgp|sign} file. > > (don't look at my packages, I'm pesty with other people but my packages > are far from being perfect) Don't worry, I haven't and won't ;-) I also understand that a lot of nitpicks are requests to demonstrate that a DM/DD candidate is capable of doing the work if it was a necessary case. Cheers, Nicholas
diff -ur muse-3.20/lisp/muse-autoloads.el muse-el-3.20+dfsg/lisp/muse-autoloads.el --- muse-3.20/lisp/muse-autoloads.el 2010-01-31 14:15:38.000000000 -0500 +++ muse-el-3.20+dfsg/lisp/muse-autoloads.el 2012-12-30 15:44:47.000000000 -0500 @@ -2,14 +2,14 @@ ;; ;;; Code: -;;;### (autoloads nil "muse" "muse.el" (19301 54276)) +;;;### (autoloads nil "muse" "muse.el" (19559 54298)) ;;; Generated autoloads from muse.el (add-to-list 'auto-mode-alist '("\\.muse\\'" . muse-mode-choose-mode)) ;;;*** ;;;### (autoloads (muse-colors-toggle-inline-images) "muse-colors" -;;;;;; "muse-colors.el" (19301 53189)) +;;;;;; "muse-colors.el" (19559 54298)) ;;; Generated autoloads from muse-colors.el (autoload 'muse-colors-toggle-inline-images "muse-colors" "\ @@ -20,7 +20,7 @@ ;;;*** ;;;### (autoloads (muse-import-docbook-files muse-import-docbook) -;;;;;; "muse-import-docbook" "muse-import-docbook.el" (19301 53204)) +;;;;;; "muse-import-docbook" "muse-import-docbook.el" (19559 54298)) ;;; Generated autoloads from muse-import-docbook.el (autoload 'muse-import-docbook "muse-import-docbook" "\ @@ -36,7 +36,7 @@ ;;;*** ;;;### (autoloads (muse-import-latex) "muse-import-latex" "muse-import-latex.el" -;;;;;; (19301 53192)) +;;;;;; (19559 54298)) ;;; Generated autoloads from muse-import-latex.el (autoload 'muse-import-latex "muse-import-latex" "\ @@ -47,7 +47,7 @@ ;;;*** ;;;### (autoloads (muse-message-markup) "muse-message" "../experimental/muse-message.el" -;;;;;; (18175 10245)) +;;;;;; (19559 41152)) ;;; Generated autoloads from ../experimental/muse-message.el (autoload 'muse-message-markup "muse-message" "\ @@ -68,7 +68,7 @@ ;;;;;; muse-browse-result muse-edit-link-at-point muse-insert-relative-link-to-file ;;;;;; muse-decrease-list-item-indentation muse-increase-list-item-indentation ;;;;;; muse-insert-list-item muse-mode-choose-mode muse-mode) "muse-mode" -;;;;;; "muse-mode.el" (19301 53218)) +;;;;;; "muse-mode.el" (19559 54298)) ;;; Generated autoloads from muse-mode.el (autoload 'muse-mode "muse-mode" "\ @@ -198,7 +198,7 @@ ;;;### (autoloads (muse-project-publish muse-project-publish-this-file ;;;;;; muse-project-find-file) "muse-project" "muse-project.el" -;;;;;; (19301 53195)) +;;;;;; (19559 54298)) ;;; Generated autoloads from muse-project.el (autoload 'muse-project-find-file "muse-project" "\ @@ -229,7 +229,7 @@ ;;;*** ;;;### (autoloads (muse-browse-url) "muse-protocols" "muse-protocols.el" -;;;;;; (19301 53239)) +;;;;;; (19559 54298)) ;;; Generated autoloads from muse-protocols.el (autoload 'muse-browse-url "muse-protocols" "\ @@ -241,7 +241,7 @@ ;;;*** ;;;### (autoloads (muse-publish-this-file muse-publish-file muse-publish-region) -;;;;;; "muse-publish" "muse-publish.el" (19301 53119)) +;;;;;; "muse-publish" "muse-publish.el" (19559 54298)) ;;; Generated autoloads from muse-publish.el (autoload 'muse-publish-region "muse-publish" "\ @@ -274,13 +274,13 @@ ;;;;;; "muse-groff.el" "muse-html.el" "muse-http.el" "muse-ikiwiki.el" ;;;;;; "muse-import-xml.el" "muse-ipc.el" "muse-journal.el" "muse-latex.el" ;;;;;; "muse-latex2png.el" "muse-poem.el" "muse-regexps.el" "muse-texinfo.el" -;;;;;; "muse-wiki.el" "muse-xml-common.el" "muse-xml.el") (19301 -;;;;;; 55001 866391)) +;;;;;; "muse-wiki.el" "muse-xml-common.el" "muse-xml.el") (19563 +;;;;;; 39108 530627)) ;;;*** ;;;### (autoloads (muse-blosxom-new-entry) "muse-blosxom" "muse-blosxom.el" -;;;;;; (19301 53232)) +;;;;;; (19559 54298)) ;;; Generated autoloads from muse-blosxom.el (autoload 'muse-blosxom-new-entry "muse-blosxom" "\ Only in muse-3.20/texi: muse.texi
Only in muse-el-3.20+dfsg/lisp: muse-autoloads.el Only in muse/texi: muse.texi
signature.asc
Description: Digital signature