File: README.source

package info (click to toggle)
seq-el 2.20-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: lisp: 1,097; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Importing new upstream releases
-------------------------------

Just calling `gbp import-orig --uscan` fails due to #838682.  Workaround:

    gbp import-orig --uscan
    cd ..
    gzip seq-2.16.tar
    cd seq-el
    gbp import-orig ../seq-2.16.tar.gz

 -- Sean Whitton <spwhitton@spwhitton.name>, Fri, 23 Sep 2016 08:23:59 -0700