From b96f7ce787abdbeecfe4f47a049a667efdbac3c7 Mon Sep 17 00:00:00 2001 From: Daron Chabot Date: Wed, 8 Jun 2016 13:53:28 -0400 Subject: [PATCH 1/2] ENH: install autosave request files --- ...tall-autosave-request-files-at-build.patch | 30 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 31 insertions(+) create mode 100644 debian/patches/0003-install-autosave-request-files-at-build.patch diff --git a/debian/patches/0003-install-autosave-request-files-at-build.patch b/debian/patches/0003-install-autosave-request-files-at-build.patch new file mode 100644 index 0000000..fc1cd08 --- /dev/null +++ b/debian/patches/0003-install-autosave-request-files-at-build.patch @@ -0,0 +1,30 @@ +From 844318b102da5317e9fff51c9cb985c59b33f446 Mon Sep 17 00:00:00 2001 +From: Daron Chabot +Date: Wed, 8 Jun 2016 13:47:14 -0400 +Subject: [PATCH 1/1] ENH: install autosave request files at build + +--- + motorApp/Db/Makefile | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/motorApp/Db/Makefile b/motorApp/Db/Makefile +index f872ed3..f519150 100644 +--- a/motorApp/Db/Makefile ++++ b/motorApp/Db/Makefile +@@ -45,6 +45,13 @@ DB += profileMoveAxisXPS.template + DB += PI_Support.db PI_SupportCtrl.db + DB += Phytron_motor.db Phytron_I1AM01.db Phytron_MCM01.db + ++# install autosave request files too ++DB += asyn_motor_positions.req asyn_motor_settings.req ++DB += basic_motor_settings.req motor_positions.req motor_settings.req ++DB += EnsemblePSOFly_settings.req pseudoMotor_settings.req ++DB_+= profileMoveAxis_settings.req profileMoveController_settings.req ++DB += profileMoveControllerXPS_settings.req trajectoryScan_settings.req ++ + #---------------------------------------------------- + # Declare template files which do not show up in DB + #USES_TEMPLATE += motor.template +-- +2.1.4 + diff --git a/debian/patches/series b/debian/patches/series index 3d73e2a..b2c6ef5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0001-RELEASE.patch 0002-disable-build-of-hytec-controller.patch +0003-install-autosave-request-files-at-build.patch From 12ee5f9b7483e29e22fc67b8fbe271118c613140 Mon Sep 17 00:00:00 2001 From: Daron Chabot Date: Wed, 8 Jun 2016 13:55:24 -0400 Subject: [PATCH 2/2] BLD: set distribution to unstable from UNRELEASED --- debian/changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 600044a..3242ce5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ -motor (6.9-1) UNRELEASED; urgency=medium +motor (6.9-1) unstable; urgency=low + [ mdavidsaver ] * initial - -- mdavidsaver Thu, 10 Mar 2016 14:44:39 -0500 + [ chabot ] + * install autosave request files + + -- mdavidsaver Thu, 10 Mar 2016 14:44:39 -0500