Codebase list cli-common / 4d733ea
- CLI Policy fix Mirco Bauer 17 years ago
2 changed file(s) with 24 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
44
55 <author>
66 <name>Mirco Bauer</name>
7 <email>meebey@meebey.net</email>
7 <email>meebey@debian.org</email>
88 </author>
99 <author>
1010 <name>Brandon Hale</name>
2020 </author>
2121
2222 <version>
23 Version 0.4.2
23 Version 0.4.3
2424 </version>
2525
2626 <abstract>
3030
3131 <copyright>
3232 <copyrightsummary>
33 Copyright &copy; 2005-2006 Mirco Bauer, Brandon Hale, Sebastian
33 Copyright &copy; 2005-2007 Mirco Bauer, Brandon Hale, Sebastian
3434 Dr&ouml;ge and Dylan R. E. Moonfire.
3535 </copyrightsummary>
3636
5959 <p>Here are the changes to the Debian CLI Policy document.</p>
6060
6161 <p>
62 Changes from 0.4.2 to 0.4.3:
63 <list>
64 <item><ref id="dh_installcligac">: Fixed order of dh_installcligac calls.</item>
65 <item><ref id="debhelper-example">: Fixed debhelper example (order).</item>
66 <item><ref id="cdbs-example">: Fixed cdbs example (order).</item>
67 </list>
68 </p>
69 <p>
6270 Changes from 0.4.1 to 0.4.2:
6371 <list>
6472 <item><ref id="gac-policy-file-example">: Fixed naming of the policy
65 files</item>
73 files.</item>
6674 </list>
6775 </p>
6876 <p>
784792 the same time.</p>
785793
786794 <p><file>dh_installcligac</file> needs to be called after
787 <file>dh_install</file> and before <file>dh_makeclilibs</file>
788 and <file>dh_clideps</file>. See <manref
789 name="dh_installcligac" section="1"> for details.</p>
795 <file>dh_install</file> and before <file>dh_clideps</file>.
796 See <manref name="dh_installcligac" section="1"> for details.</p>
790797 </sect1>
791798 </sect>
792799
801808 ...
802809 dh_shlibdeps -a
803810 dh_makeclilibs -a -V
811 dh_installcligac -a
804812 dh_clideps -a -d
805 dh_installcligac -a
806813 ...
807814 </example>
808815
811818 binary-indep: build install
812819 ...
813820 dh_makeclilibs -i -V
821 dh_installcligac -i
814822 dh_clideps -i
815 dh_installcligac -i
816823 ...
817824 </example>
818825 </p>
826833 common-binary-predeb-arch common-binary-predeb-indep::
827834 dh_shlibdeps
828835 dh_makeclilibs -V
836 dh_installcligac
829837 dh_clideps -d
830 dh_installcligac
831838 </example>
832839 </p>
833840 </sect1>
0 cli-common (0.4.8) experimental; urgency=low
1
2 * Mirco 'meebey' Bauer':
3 + Includes CLI policy version 0.4.3.
4
5 -- Mirco Bauer <meebey@debian.org> Tue, 3 Apr 2007 22:26:20 +0200
6
07 cli-common (0.4.7) experimental; urgency=low
18
29 * Sebastian 'slomo' Dröge: