[arachne-pnr] 01/01: Split in two packages

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Oct 7 18:26:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository arachne-pnr.

commit acd285db977c2785940be5584aac6c52a1e9b959
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Oct 7 22:03:47 2015 +0400

    Split in two packages
---
 debian/arachne-pnr-chipdb.install | 1 +
 debian/{docs => arachne-pnr.docs} | 0
 debian/arachne-pnr.install        | 1 +
 debian/control                    | 7 +++++++
 4 files changed, 9 insertions(+)

diff --git a/debian/arachne-pnr-chipdb.install b/debian/arachne-pnr-chipdb.install
new file mode 100644
index 0000000..f9175a7
--- /dev/null
+++ b/debian/arachne-pnr-chipdb.install
@@ -0,0 +1 @@
+usr/share/arachne-pnr/*
diff --git a/debian/docs b/debian/arachne-pnr.docs
similarity index 100%
rename from debian/docs
rename to debian/arachne-pnr.docs
diff --git a/debian/arachne-pnr.install b/debian/arachne-pnr.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/arachne-pnr.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/control b/debian/control
index eef359a..56a87fb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,17 @@ Homepage: https://github.com/cseed/arachne-pnr
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/arachne-pnr.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/arachne-pnr.git
 
+Package: arachne-pnr-chipdb
+Architecture: all
+Depends: ${misc:Depends},
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
 Package: arachne-pnr
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         arachne-pnr-chipdb,
          yosys,
          icestorm
 Description: <insert up to 60 chars description>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arachne-pnr.git



More information about the debian-science-commits mailing list