[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Request for review: simultaneous binary and source package split



Dear mentors,

I am working on a simultaneous binary and source package split, also
simultaneous with a DFSG-repack.  I request a review of my d/control
files.

Summary
=======

Before:

src:dash-el 2.13.0-1.1 builds

    bin:dash-el containing dash.el and dash-functional.el

After:

src:dash-el 2.13.0+dfsg-1 builds

    bin:elpa-dash containing dash.el

src:dash-functional-el 1.2.0+dfsg-1 builds

    bin:elpa-dash-functional containing dash-functional.el

dash-el control
===============

Package: dash-el
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, elpa-dash, elpa-dash-functional
Built-Using: ${misc:Built-Using}
Description: transitional dummy package for elpa-dash
 This transitional package is safe to remove.

Package: elpa-dash
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}, emacsen-common (>= 2.0.8)
Replaces: dash-el (<< 2.13.0+dfsg-1)
Breaks: dash-el (<< 2.13.0+dfsg-1)
Provides: dash-el
Built-Using: ${misc:Built-Using}
Description: Modern list manipulation library for Emacs
 dash.el is API library to manipulate a list by Emacs Lisp.
 This library offers very common feature in other programming languages
 (e.g. map, slice, copy, concat, replace, reduce, union etc) without
 require a 'cl'.

dash-functional-el control
==========================


Package: elpa-dash-functional
Architecture: all
Replaces: dash-el (<< 2.13.0+dfsg-1)
Breaks: dash-el (<< 2.13.0+dfsg-1)
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends}, ${elpa:Depends}, elpa-dash, emacsen-common (>= 2.0.8)
Description: Collection of useful combinators for Emacs Lisp
 dash-funcional.el is an API to let you combine functions to have new functions.

Repos:

https://anonscm.debian.org/git/pkg-emacsen/pkg/dash-el.git
https://anonscm.debian.org/git/pkg-emacsen/pkg/dash-functional-el.git

--
Sean Whitton

Attachment: signature.asc
Description: PGP signature


Reply to: