Activity log for bug #188218

Date Who What changed Old value New value Message
2008-02-01 23:39:24 Eddy Mulyono bug added bug
2008-02-04 02:50:17 Eddy Mulyono bug added attachment 'git-core_gutsy_inter.diff' (git-core_gutsy_inter.diff)
2008-02-04 12:02:52 Daniel Holbach bug added subscriber Canonical Server Team
2008-02-04 12:03:02 Daniel Holbach bug added subscriber Ubuntu Sponsors for main
2008-03-13 06:54:14 Daniel Holbach bug added subscriber Tim Gardner
2008-04-07 00:10:03 Emil Sit bug assigned to git-core (Debian)
2008-04-15 23:53:08 Eddy Mulyono bug added attachment 'deb.diff' (debdiff patch for hardy)
2008-04-21 18:41:13 Eddy Mulyono bug added attachment 'deb.diff' (deb.diff)
2008-04-28 22:35:16 Bug Watch Updater git-core: status Unknown Incomplete
2008-07-07 06:00:10 Eddy Mulyono bug added attachment 'deb.diff' (new debdiff against 1:1.5.4.3-1ubuntu2)
2008-09-16 11:35:47 Alexander Sack git-core: status New Incomplete
2008-09-16 11:35:47 Alexander Sack git-core: statusexplanation when building i get this: E: git-core: file-in-etc-not-marked-as-conffile /etc/emacs/site-start.d/50git-core.el i think the right way to do this is to use dh_installemacsen. Since that debian maintainer doesnt want to use debhelper we would need to mimic its behaviour. consider to look at /usr/bin/dh_installemacsen to see what it does. From what i can see its a combination of installing thef iles in /usr/share and adding some postinst/prerm snippets. e.g. this is what i see in /var/lib/dpkg/info/quilt-el.postinst if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ] then /usr/lib/emacsen-common/emacs-package-install quilt-el fi Please adjust your patch accordingly.
2008-10-18 02:04:05 Bug Watch Updater git-core: status Incomplete New
2008-11-04 00:00:08 Bryce Harrington git-core: importance Undecided Wishlist
2008-11-04 00:00:08 Bryce Harrington git-core: statusexplanation when building i get this: E: git-core: file-in-etc-not-marked-as-conffile /etc/emacs/site-start.d/50git-core.el i think the right way to do this is to use dh_installemacsen. Since that debian maintainer doesnt want to use debhelper we would need to mimic its behaviour. consider to look at /usr/bin/dh_installemacsen to see what it does. From what i can see its a combination of installing thef iles in /usr/share and adding some postinst/prerm snippets. e.g. this is what i see in /var/lib/dpkg/info/quilt-el.postinst if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ] then /usr/lib/emacsen-common/emacs-package-install quilt-el fi Please adjust your patch accordingly.
2008-11-05 18:37:21 Bug Watch Updater git-core: status New Fix Released
2009-01-21 09:39:04 Steve Langasek git-core: status Incomplete Fix Released
2009-01-21 09:39:04 Steve Langasek git-core: statusexplanation Actually, it looks like this bug is fixed in the version of git-core in jaunty: $ dpkg -c /home/lp_archive/ubuntu/pool/main/g/git-core/git-core_1.6.0.4-1ubuntu1_i386.deb |grep emacs/site drwxr-xr-x root/root 0 2008-11-14 00:08 ./etc/emacs/site-start.d/ -rw-r--r-- root/root 10392 2008-11-14 00:08 ./etc/emacs/site-start.d/50git-core.el $ (technically there's a Debian policy violation because this references files installed under /usr/share/doc instead of moving the .el files somewhere sensible, but that's neither here nor there.)