diff -Nru xcite-1.60/debian/changelog xcite-1.60/debian/changelog --- xcite-1.60/debian/changelog 2013-10-07 11:06:02.000000000 +0000 +++ xcite-1.60/debian/changelog 2014-07-17 03:36:26.000000000 +0000 @@ -1,3 +1,10 @@ +xcite (1.60-3) unstable; urgency=medium + + * Fix syntax error on startup file + * Bump Standards-Version to 3.9.5 + + -- TANIGUCHI Takaki Thu, 17 Jul 2014 12:36:21 +0900 + xcite (1.60-2) unstable; urgency=low * debian/control: Add Vcs-* fields. diff -Nru xcite-1.60/debian/control xcite-1.60/debian/control --- xcite-1.60/debian/control 2013-10-07 11:06:02.000000000 +0000 +++ xcite-1.60/debian/control 2014-07-17 03:36:26.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://www.gentei.org/~yuuji/software/ Vcs-Git: git://git.debian.org/collab-maint/xcite.git Vcs-Browser: http://git.debian.org/?p=collab-maint/xcite.git;a=summary diff -Nru xcite-1.60/debian/emacsen-startup xcite-1.60/debian/emacsen-startup --- xcite-1.60/debian/emacsen-startup 2013-10-07 11:06:02.000000000 +0000 +++ xcite-1.60/debian/emacsen-startup 2014-07-17 03:36:26.000000000 +0000 @@ -22,5 +22,5 @@ (debian-pkg-add-load-path-item package-dir) (setq load-path (cons package-dir load-path))) (autoload 'xcite "xcite" "Exciting cite" t) - (autoload 'xcite-yank-cur-msg "xcite" "Exciting cite" t)))) + (autoload 'xcite-yank-cur-msg "xcite" "Exciting cite" t)))