Custom Query (1145 matches)
Results (202 - 204 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1036 | fixed | The apt_release clusterinfo tag is Wrong(tm) | jdreed | jdreed |
Description |
It is not supported to have multiple unversioned clusterinfo tags, and we do just tag for -dev and -proposed. The installer (see #164) and auto-update query Hesiod directly (which is also Wrong(tm)), but we should come up with a way to do this that plays nice with getcluster. I suggest deleting the apt_release tag (since it's pointless to have a value of "production", which is ignored) and creating a extra_repos tag or something, which has comma-separated values (is this supported? we could use another delimeter). That way this is fixed, and we don't have to worry about the case that development implies proposed. |
|||
#1059 | fixed | /etc/gdm/gdm.conf* transition not managed well | jdreed | geofft |
Description |
We have the following code in gdm-config's debian/rules: ifneq ($(NEW_GDM),y) DEB_TRANSFORM_FILES_debathena-gdm-config += \ ${GDM_CONFFILE} DEB_DIVERT_FILES_debathena-gdm-config += \ /usr/share/gdm/BuiltInSessions/default.desktop.debathena endif However, nothing explicitly undiverts ${GDM_CONFFILE} on upgrade to new-GDM. |
|||
#1067 | fixed | incorrect dependency in debathena-cupsys-config | jdreed | geofft |
Description |
What you want is the PPD, not hpijs itself, which only Recommends hpijs-ppds. The latter is the package that contains hp-laserjet_9050-hpijs-pcl3.ppd, and it's possible to install hpijs and not hpijs-ppds (as I seem to have done unintentionally). hpijs also brings in a bunch of other crap, so it'd be nicer to depend on -ppds to avoid, say, the scripts VM hosts deciding they want to install gnome-mount and HAL and PolicyKit? and three fonts. |