[SCM] foo-yc20/master: Rudimentary packaging.

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Dec 8 22:51:05 UTC 2010


The following commit has been merged in the master branch:
commit ffb8d7efaf2551bd70638fa201a66742860e241e
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Dec 8 23:49:02 2010 +0100

    Rudimentary packaging.
    
    This is the basic stuff. What's missing?
    
      * copyright file
      * watch file (if needed)
      * perhaps a manpage
      * sane changelog entry
      * whatever polish you want

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a2a2df1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+foo-yc20 (1.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Adrian Knoth <adi at drcomp.erfurt.thur.de>  Wed, 08 Dec 2010 23:20:12 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..9069534
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+foo-yc20
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3fde6a8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: foo-yc20
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>,
+ Alessio Treglia <alessio at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ libjack-dev,
+ libgtkmm-2.4-dev
+Homepage: http://code.google.com/p/foo-yc20/
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/foo-yc20.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/foo-yc20.git
+Standards-Version: 3.9.1
+
+Package: foo-yc20
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: YC-20 organ emulation
+ The YC-20 is a divide-down combo organ designed in the late 60's. This
+ emulation faithfully copies the features, sounds and flaws of the original
+ organ.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a099036
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1 @@
+TBD
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..9be049f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[git-buildpackage]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3208773
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+PREFIX=/usr
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	make PREFIX=${PREFIX}
+
+override_dh_auto_install:
+	dh_auto_install -- PREFIX=${PREFIX} install
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
foo-yc20 packaging



More information about the pkg-multimedia-commits mailing list