SF.net SVN: morphix: [2314] trunk/morph-scripts/debian

[email protected] Sat, 17 Jun 2006 15:29:57 -0700
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
Revision: 2314
Author:   bmsleight
Date:     2006-06-17 15:29:52 -0700 (Sat, 17 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/morphix/?rev=2314&view=rev

Log Message:
-----------
Packaging morphix-rebrand

Modified Paths:
--------------
    trunk/morph-scripts/debian/control
    trunk/morph-scripts/debian/rules
Modified: trunk/morph-scripts/debian/control
===================================================================
--- trunk/morph-scripts/debian/control	2006-06-17 16:48:36 UTC (rev 2313)
+++ trunk/morph-scripts/debian/control	2006-06-17 22:29:52 UTC (rev 2314)
@@ -113,3 +113,8 @@
 Architecture: any
 Depends: xmlstarlet, morphix-modulebuilder
 Description: Creates a morphix mini module, using a template file.
+
+Package: morphix-rebrand
+Architecture: any
+Depends: make-iso, make, imagemagick, make
+Description: Rebrands a Morphix LiveCD, using a graphics.png file.

Modified: trunk/morph-scripts/debian/rules
===================================================================
--- trunk/morph-scripts/debian/rules	2006-06-17 16:48:36 UTC (rev 2313)
+++ trunk/morph-scripts/debian/rules	2006-06-17 22:29:52 UTC (rev 2314)
@@ -65,6 +65,7 @@
 	$(MAKE) makeiso DESTDIR=$(CURDIR)/debian/morphix-make-iso
 	$(MAKE) morphing-morphix DESTDIR=$(CURDIR)/debian/morphing-morphix
 	$(MAKE) morphmini DESTDIR=$(CURDIR)/debian/morphix-morphmini
+	$(MAKE) morphix-rebrand DESTDIR=$(CURDIR)/debian/morphix-rebrand
 	dh_install -s
 
 # Must not depend on anything. This is to be called by


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.