[SCM] lv2core/master: Prepare for the transition.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 19 08:53:24 UTC 2012


The following commit has been merged in the master branch:
commit c74dcf0eaca050ddbd0fa8bf0d3e86c1df99c1f5
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 19 10:53:05 2012 +0200

    Prepare for the transition.

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index ef6e839..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-debian/dh_lv2config.1
diff --git a/debian/control b/debian/control
index ddbb8d8..930a715 100644
--- a/debian/control
+++ b/debian/control
@@ -16,14 +16,17 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2core.git
 Homepage: http://lv2plug.in/
 
 Package: lv2core
+Section: oldlibs
 Architecture: all
 Depends:
+ lv2-dev,
  ${misc:Depends}
-Suggests:
- lv2-extensions-good
-Description: LV2 audio plugin specification
+Description: LV2 audio plugin specification (dummy package)
  This package contains the 'core' LV2 audio plugin specification,
  including data required by hosts to make effective use of LV2 plugins.
  LV2 is a simple but extensible successor of LADSPA plugins,
  intended to address the limitations of LADSPA
  which many applications have outgrown.
+ .
+ The unified LV2 release is now provided by the lv2-dev package. This
+ is a dummy package and can be safely removed after the installation.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e845566..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/lv2core.links b/debian/lv2core.links
deleted file mode 100644
index 8c83646..0000000
--- a/debian/lv2core.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/lv2/lv2core.lv2/lv2.h usr/include/lv2.h
diff --git a/debian/rules b/debian/rules
index 3836601..1767f4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-WAF = ./waf
-
 %:
 	dh $@
 
-override_dh_auto_configure:
-	$(WAF) configure --prefix=/usr
-
-override_dh_auto_build:
-	$(WAF)
-
 override_dh_auto_clean:
 	$(WAF) clean || true
 	find -name "*.pyc" -delete
 	dh_auto_clean
-
-override_dh_auto_install:
-	$(WAF) install --destdir=$(CURDIR)/debian/lv2core
-	rm -f $(CURDIR)/debian/lv2core/usr/include/lv2.h
-
-override_dh_installchangelogs:
-	dh_installchangelogs NEWS

-- 
LV2 core packaging



More information about the pkg-multimedia-commits mailing list