Public bug reported:

The following procedure results in an incomplete debian/control file:

  $ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git
  $ cd ubuntu-karmic
  $ git checkout Ubuntu-2.6.31-6.26
  $ ./debian.master/rules debian/control

That last command prints the following error message several times:

  debian.master/scripts/control-create: line 3: debian/debian.env: No
such file or directory

If I change the procedure to the following, it works:

  $ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git
  $ cd ubuntu-karmic
  $ git checkout Ubuntu-2.6.31-6.26
  $ ./debian/rules blahblah
  $ ./debian.master/rules debian/control

I think the following two changes to debian.master/rules should fix it:
  1.  modify the '$(DEBIAN)/control.stub' rule to depend on debian/debian.env
  2.  add a rule to generate debian/debian.env

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: karmic

** Tags added: karmic

-- 
debian/control incomplete if debian/debian.env has not yet been generated
https://bugs.launchpad.net/bugs/417470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to