[SCM] pd-readanysf/master: CDBSified

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Wed Feb 9 09:35:12 UTC 2011


The following commit has been merged in the master branch:
commit b8b0bf5a2a0f6ce0ee5b786e95d691fe6d29e67c
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Feb 9 09:56:33 2011 +0100

    CDBSified

diff --git a/debian/rules b/debian/rules
index f20c2fa..c3e0b38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,25 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2011 IOhannes m zmölnig <zmoelnig at iem.at>
+# Description: Main Debian packaging script for pd-readanysf
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/pd.mk
+include /usr/share/cdbs/1/rules/utils.mk
 
-%:
-	dh  $@
-
-override_dh_install:
-	install -D readanysf~.pd_linux debian/pd-readanysf/usr/lib/pd/extra/readanysf~/
-	install -m 644 -D readanysf~-help.pd debian/pd-readanysf/usr/lib/pd/extra/readanysf~/
-	install -m 644 -D readanysf~-meta.pd debian/pd-readanysf/usr/lib/pd/extra/readanysf~/
-
-override_dh_auto_build:
-	mkdir objs
-	dh_auto_build
-
-override_dh_auto_clean:
-	rm -rf objs
-	dh_auto_clean
+# where sources are
+DEB_SRCDIR = src

-- 
pd-readanysf packaging



More information about the pkg-multimedia-commits mailing list