On 2012-12-20 16:29, Bastien ROUCARIES wrote:
> control: tags -1 + patch
> 
> they are an old patch
> 
> 

Unfortunately, it is so old it won't work.  Examples:

+use Dep;

No longer exists (possibly replaced by L::Relation)

+use Tags;
+use Util;


is now L::Tags and L::Util (respectively).


+       open (VERSION, '<', "fields/version")
+               or fail("cannot open fields/version: $!");

"fields/version" is no longer present (was removed in a 2.5.X release).
 We use $info->field ('version') instead.

I think the collection "tarfilelist" exists now as "src-orig-index".  At
least their purpose look similar.

~Niels


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to