AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
- AC_DEFINE_UNQUOTED(VERSION,"0.7.2ubuntu8")
-AC_DEFINE_UNQUOTED(VERSION,"0.7.4")
++AC_DEFINE_UNQUOTED(VERSION,"0.7.4ubuntu1")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
{
"^linux-image.*";
"^linux-restricted-modules.*";
- Install-Recommends-Section "*metapackages";
- Never-MarkAuto-Section "*metapackages";
+ "^linux-ubuntu-modules-.*";
+ };
+
++ Never-MarkAuto-Sections
++ {
++ "metapackages";
++ "restricted/metapackages";
++ "universe/metapackages";
++ "multiverse/metapackages";
+ };
};
--- /dev/null
--- /dev/null
++APT
++{
++ Install-Recommends-Sections
++ {
++ "metapackages";
++ "restricted/metapackages";
++ "universe/metapackages";
++ "multiverse/metapackages";
++ };
++};
- apt (0.7.4ubuntu1) UNRELEASED; urgency=low
-apt (0.7.5) UNRELEASED; urgency=low
++apt (0.7.4ubuntu1) gutsy; urgency=low
[ Otavio Salvador ]
* Applied patch from Guillem Jover <guillem.jover@nokia.com> to use
- support a list of sections for:
APT::Install-Recommends-Sections
APT::Never-MarkAuto-Sections
++ * debian/apt.conf.ubuntu, apt.conf.autoremove:
++ - Change metapackages to {restricted,universe,multiverse}/metapackages
++ in Install-Recommends-Sections and Never-MarkAuto-Sections
- -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
apt (0.7.4) unstable; urgency=low
cp debian/bugscript debian/$@/usr/share/bug/apt/script
- cp share/debian-archive.gpg debian/$@/usr/share/$@
+ cp share/ubuntu-archive.gpg debian/$@/usr/share/$@
cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove
++ cp debian/apt.conf.ubuntu debian/$@/etc/apt/apt.conf.d/01ubuntu
# head -n 500 ChangeLog > debian/ChangeLog
# make rosetta happy and remove pot files in po/ (but leave stuff
Install-Recommends "false";
Install-Suggests "false";
- Install-Recommends-Section "*metapackages";
+ // install recommends automatically for packages in this section
++ Install-Recommends-Section { "metapackages"; "universe/metapackages"; };
+
// consider dependencies of packages in this section manual
Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; };