[SCM] mma/upstream: Imported Debian patch 0.12-2
bolangi-guest at users.alioth.debian.org
bolangi-guest at users.alioth.debian.org
Wed Jan 4 21:46:13 UTC 2012
The following commit has been merged in the upstream branch:
commit fbc0d6a19aaf454ca5981102d24bf446626a495f
Author: Barry deFreese <bddebian at comcast.net>
Date: Sun Feb 10 20:02:26 2008 -0500
Imported Debian patch 0.12-2
diff --git a/debian/changelog b/debian/changelog
index 877b683..672c956 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+mma (0.12-2) unstable; urgency=low
+
+ * QA upload.
+ + Set maintainer to Debian QA Group <packages at qa.debian.org>
+ * Acknowledge NMUs.
+ * Remove unused debhelper commands from rules.
+ * Move Homepage from package description to control header.
+ * Bump debhelper build-dep to 5.
+ * Move DH_COMPAT to debian/compat and set to 5.
+ * Bump Standards Version to 3.7.3.
+
+ -- Barry deFreese <bddebian at comcast.net> Sun, 10 Feb 2008 20:02:26 -0500
+
mma (0.12-1.1) unstable; urgency=low
* Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
index 5d4a96e..4fd24ea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,11 @@
Source: mma
Section: sound
Priority: optional
-Maintainer: Raphael Goulais <rafou at debian.org>
-Build-Depends: debhelper (>= 4.1.67)
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: python-dev, python-support (>= 0.4)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://mypage.uniserve.com/~bvdp/mma/
Package: mma
Architecture: all
@@ -12,6 +13,3 @@ Depends: ${python:Depends}
Description: Musical Midi Accompaniment generator
MMA creates midi tracks for a soloist to perform over from a user
supplied file containing chords and MMA directives.
- .
- Homepage: http://mypage.uniserve.com/~bvdp/mma/
-
diff --git a/debian/rules b/debian/rules
index c48947c..b24a419 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export DH_COMPAT=4
-export DH_OPTIONS
build: build-stamp
@@ -35,8 +33,6 @@ binary-indep: build install
dh_installchangelogs CHANGES
dh_installdocs
dh_installexamples
-# dh_install
-# dh_installmime
dh_installman
dh_link
dh_strip
--
mma packaging
More information about the pkg-multimedia-commits
mailing list