Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 argyll (1.3.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed 03_add-ColorHug_sensor_driver patch, but beware the support for
     ColorHug is experimental.
Author: Christian Marillat <marillat@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ argyll-1.3.6/spectro/Makefile.amspot
@@ -0,0 +1,52 @@
+include $(top_srcdir)/Makefile.shared
+
+privatelib_LTLIBRARIES = libinsttypes.la libconv.la libinst.la libdisp.la
+privatelibdir = $(pkglibdir)
+
+libinsttypes_la_SOURCES = insttypes.h insttypes.c insttypeinst.h
+libinsttypes_la_LIBADD = ../libargyll.la
+
+libinst_la_SOURCES = inst.h inst.c insttypes.c dtp20.c dtp20.h dtp22.c	\
+	dtp22.h dtp41.c dtp41.h dtp51.c dtp51.h dtp92.c dtp92.h		\
+	i1disp.c i1disp.h i1pro.c i1pro.h i1pro_imp.c i1pro_imp.h	\
+	munki.c munki_imp.c ss.c ss.h ss_imp.c ss_imp.h hcfr.c hcfr.h	\
+	spyd2.c spyd2.h spyd2setup.h spyd2PLD.h huey.c huey.h unixio.c	\
+	usbio.c hidio.c pollem.c pollem.h icoms.h conv.h usbio.h	\
+	hidio.h i1d3.h i1d3.c colorhug.c colorhug.h aglob.h
+libinst_la_LIBADD = ../libargyllusb.la $(ICC_LIBS) ../numlib/libargyllnum.la	\
+	../libargyll.la ../rspl/librspl.la libconv.la
+
+libdisp_la_SOURCES = dispsup.c dispwin.c dispwin.h dispsup.h
+libdisp_la_LIBADD = $(X_LIBS) ../ucmm/libucmm.la $(ICC_LIBS)	\
+	../numlib/libargyllnum.la libconv.la libinst.la ../libargyll.la
+
+libconv_la_SOURCES = conv.c pollem.c xdg_bds.h xdg_bds.c spectro/aglob.c ../xicc/ccss.c
+libconv_la_LIBADD = ../libargyll.la ../numlib/libargyllnum.la \
+	../cgats/libcgats.la
+
+LDADD = ./libinsttypes.la ./libdisp.la ./libinst.la ./libconv.la	\
+	../ucmm/libucmm.la ../jcnf/libjcnf.la $(YAJL_LIBS)		\
+	../xicc/libxicc.la $(ICC_LIBS) ../cgats/libcgats.la		\
+	../rspl/librspl.la ../gamut/libgamut.la ../target/libtarget.la	\
+	../plot/libplot.la ../numlib/libargyllnum.la $(X_LIBS)		\
+	../libargyllusb.la ../libargyll.la
+
+bin_PROGRAMS = synthcal dispwin dispread dispcal fakeread synthread	\
+	chartread spotread illumread ccxxmake spec2cie average spyd2en	\
+	i1d3ccss spyd4en
+
+dispwin_CFLAGS = $(AM_CFLAGS) -DSTANDALONE_TEST
+
+synthcal_DEPENDENCIES = ../gamut/libgammap.la ../target/libtarget.la
+
+spyd2en_SOURCES = spyd2en.c vinflate.c
+
+spyd4en_SOURCES = spyd4en.c vinflate.c
+
+i1d3ccss_SOURCES = i1d3ccss.c inflate.c LzmaTypes.h LzmaDec.h LzmaDec.c
+
+refdir = $(datadir)/color/argyll/ref
+
+ref_DATA = SOtele.sp $(wildcard *.cal)
+
+EXTRA_DIST = Readme.txt
--- argyll-1.3.6.orig/libusb1/Makefile.am
+++ argyll-1.3.6/libusb1/Makefile.am
@@ -25,4 +25,3 @@ dist-up: dist
 	cp $(distdir).tar.bz2 $(reldir)
 	rsync -rv $(reldir) dsd_,libusb@frs.sourceforge.net:/home/frs/project/l/li/libusb/libusb-1.0A/
 	rm -rf $(reldir)
-
