Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 1145)

Ticket Owner Reporter Resolution Summary
#1310 jdreed fixed Lucid can't upgrade to Precise if language-support-input-ko is installed

Reported by jdreed, 11 years ago.

Description

This is caused by debathena-language-support, which hasn't seen any love in forever and should just die. We should also file an LP bug

#1318 jdreed fixed config-package-dev 5.0 does not work with transform sources

Reported by jdreed, 11 years ago.

Description
$ cat debian/debathena-kerberos-config.transform 
/etc/krb5.conf.debathena </usr/share/kerberos-configs/krb5.conf.template debian/transform_krb5.conf.debathena

Results in: diversion of /usr/share/kerberos-configs/krb5.conf.template to /usr/share/kerberos-configs/krb5.conf.template.debathena-orig by debathena-kerberos-config

Because of this line:

push @displacefiles, $source;

Here's a patch:

diff --git a/dh_configpackage b/dh_configpackage
index fcc3abe..942766f 100755
--- a/dh_configpackage
+++ b/dh_configpackage
@@ -392,7 +392,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
             doit("install", "-d", $destdir);
         }
         complex_doit(@$line, "<", $source, ">", "$tmp/$file");
-        push @displacefiles, $source;
+        push @displacefiles, $file;
     }
 
     # Add code to postinst to add/remove diversions as appropriate
#1377 jdreed jdreed fixed 12.04.3 is going to break the world

Reported by jdreed, 11 years ago.

Description

Ubuntu's ongoing effort to remove "stability" from the list of reasons to run an LTS continues, and we're back at a different version of #1297, in that OpenAFS modules won't build on the raring-lts-whatever kernels.

Note: See TracQuery for help on using queries.