[Demudi-commits] r1315 - create/trunk/debian

Free Ekanayaka free-guest at alioth.debian.org
Fri May 11 11:43:27 UTC 2007


Author: free-guest
Date: 2007-05-11 11:43:26 +0000 (Fri, 11 May 2007)
New Revision: 1315

Removed:
   create/trunk/debian/menu
Modified:
   create/trunk/debian/changelog
   create/trunk/debian/control
   create/trunk/debian/dirs
   create/trunk/debian/rules
Log:
releasing version 0.1.3-1

Modified: create/trunk/debian/changelog
===================================================================
--- create/trunk/debian/changelog	2007-05-11 11:42:26 UTC (rev 1314)
+++ create/trunk/debian/changelog	2007-05-11 11:43:26 UTC (rev 1315)
@@ -1,13 +1,7 @@
-create (0.1.3-2) unstable; urgency=low
+create-resources (0.1.3-1) unstable; urgency=low
 
-  * Changed architecture from any to all, as there are actually no
-    arch-dependent files
-
- -- Free Ekanayaka <freee at debian.org>  Fri, 20 Apr 2007 07:39:23 +0200
-
-create (0.1.3-1) unstable; urgency=low
-
   * Initial release (Closes: #419982)
+  * Changed package source and binary name, as simply "create" was
+    considered to generic
 
- -- Free Ekanayaka <freee at debian.org>  Thu, 19 Apr 2007 08:37:50 +0200
-
+ -- Free Ekanayaka <freee at debian.org>  Fri, 11 May 2007 13:11:33 +0200

Modified: create/trunk/debian/control
===================================================================
--- create/trunk/debian/control	2007-05-11 11:42:26 UTC (rev 1314)
+++ create/trunk/debian/control	2007-05-11 11:43:26 UTC (rev 1315)
@@ -1,4 +1,4 @@
-Source: create
+Source: create-resources
 Section: sound
 Priority: extra
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5), dpatch, scons
 Standards-Version: 3.7.2
 
-Package: create
+Package: create-resources
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: shared resources for use by creative applications

Modified: create/trunk/debian/dirs
===================================================================
--- create/trunk/debian/dirs	2007-05-11 11:42:26 UTC (rev 1314)
+++ create/trunk/debian/dirs	2007-05-11 11:43:26 UTC (rev 1315)
@@ -1 +1,2 @@
 usr/
+usr/share/doc/create-resources

Deleted: create/trunk/debian/menu
===================================================================
--- create/trunk/debian/menu	2007-05-11 11:42:26 UTC (rev 1314)
+++ create/trunk/debian/menu	2007-05-11 11:43:26 UTC (rev 1315)
@@ -1,2 +0,0 @@
-?package(create):needs="X11" section="Apps/Sound\
-  title="create" command="/usr/bin/create"

Modified: create/trunk/debian/rules
===================================================================
--- create/trunk/debian/rules	2007-05-11 11:42:26 UTC (rev 1314)
+++ create/trunk/debian/rules	2007-05-11 11:43:26 UTC (rev 1315)
@@ -56,8 +56,13 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/create.
-	scons -Q install PREFIX=$(CURDIR)/debian/create/usr
+	scons -Q install PREFIX=$(CURDIR)/debian/create-resources/usr
 
+	mv \
+		$(CURDIR)/debian/create-resources/usr/share/doc/create/* \
+		$(CURDIR)/debian/create-resources/usr/share/doc/create-resources
+	rmdir $(CURDIR)/debian/create-resources/usr/share/doc/create
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




More information about the Demudi-commits mailing list