Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ ./deb/build-dsc.sh fixes/0.27 /tmp
- Requested to build fixes/0.27 but running on master.
- Repeating checkout process.
- Branch fixes/0.27 set up to track remote branch fixes/0.27 from origin.
- Switched to a new branch 'fixes/0.27'
- Building for fixes, v0.27 in /tmp
- fatal: Not a git repository (or any of the parent directories): .git
- #checkout mythtv/mythplugins
- if [ -d .git ]; then \
- git fetch ;\
- git checkout fixes/0.27 || git checkout master;\
- git pull --rebase; \
- else \
- git clone git://github.com/MythTV/mythtv.git tmp ;\
- mv tmp/.git* tmp/* . ;\
- rm -rf tmp ;\
- git checkout fixes/0.27 || git checkout master;\
- fi
- Cloning into 'tmp'...
- remote: Counting objects: 347817, done.
- remote: Compressing objects: 100% (559/559), done.
- remote: Total 347817 (delta 402), reused 0 (delta 0), pack-reused 347258
- Receiving objects: 100% (347817/347817), 300.63 MiB | 3.86 MiB/s, done.
- Resolving deltas: 100% (278572/278572), done.
- Checking connectivity... done.
- Branch fixes/0.27 set up to track remote branch fixes/0.27 from origin.
- Switched to a new branch 'fixes/0.27'
- #checkout mythweb
- if [ -d mythplugins/mythweb/.git ]; then \
- cd mythplugins/mythweb; \
- git fetch ;\
- git checkout fixes/0.27 || git checkout master;\
- git pull --rebase ;\
- else \
- mkdir -p mythplugins/mythweb ;\
- git clone git://github.com/MythTV/mythweb.git tmp ;\
- mv tmp/.git* tmp/* mythplugins/mythweb ;\
- rm -rf tmp ;\
- cd mythplugins/mythweb ;\
- git checkout fixes/0.27 || git checkout master;\
- fi
- Cloning into 'tmp'...
- remote: Counting objects: 19525, done.
- remote: Compressing objects: 100% (7/7), done.
- remote: Total 19525 (delta 0), reused 0 (delta 0), pack-reused 19518
- Receiving objects: 100% (19525/19525), 14.41 MiB | 2.08 MiB/s, done.
- Resolving deltas: 100% (11004/11004), done.
- Checking connectivity... done.
- Branch fixes/0.27 set up to track remote branch fixes/0.27 from origin.
- Switched to a new branch 'fixes/0.27'
- #checkout mythbuntu theme
- if [ -d Mythbuntu/.git ]; then \
- cd Mythbuntu; \
- git fetch ;\
- git checkout fixes/0.27 || git checkout master;\
- git pull --rebase ;\
- else \
- mkdir -p Mythbuntu ;\
- git clone git://github.com/MythTV-Themes/Mythbuntu.git tmp ;\
- mv tmp/.git* tmp/* Mythbuntu ;\
- rm -rf tmp ;\
- cd Mythbuntu ;\
- git checkout fixes/0.27 || git checkout master;\
- fi
- Cloning into 'tmp'...
- remote: Counting objects: 1563, done.
- remote: Total 1563 (delta 0), reused 0 (delta 0), pack-reused 1563
- Receiving objects: 100% (1563/1563), 33.65 MiB | 1.04 MiB/s, done.
- Resolving deltas: 100% (877/877), done.
- Checking connectivity... done.
- Branch fixes/0.27 set up to track remote branch fixes/0.27 from origin.
- Switched to a new branch 'fixes/0.27'
- #fixup --version
- DESCRIBE=`git describe` ;\
- echo "BRANCH=\"fixes/0.27\"" > debian/DESCRIBE ;\
- echo "SOURCE_VERSION=\"$DESCRIBE\"" >> debian/DESCRIBE ;\
- #fixup changelog
- #1) Check if the hash in the changelog (GIT_HASH) matches what the tree has
- # ->If not, then set the new HASH we are diffing to as the one from the tree
- # and the old HASH we are diffing from as the one from the changelog
- # ->If so , then set the current HASH to the one from the tree
- #2) Check for autobuild.
- # ->If not, do nothing
- # ->If so, then query the PPA for a revision number
- #3) Check for an empty last git hash, and fill if empty
- CURRENT_GIT_HASH=`git log -1 --oneline | awk '{ print $1 }'` ;\
- echo "Current hash: $CURRENT_GIT_HASH" ;\
- if [ "" != "$CURRENT_GIT_HASH" ]; then \
- GIT_HASH=$CURRENT_GIT_HASH ;\
- LAST_GIT_HASH= ;\
- if [ -n "" ]; then \
- LAST_GIT_HASH=`python debian/PPA-published-git-checker.py 0.27` ;\
- AUTOBUILD="Automated Build: " ;\
- fi ;\
- dch -b -v 2:0.27.0"+"fixes.20150818.$GIT_HASH-0ubuntu1 "${AUTOBUILD}New upstream checkout ($GIT_HASH)";\
- else \
- GIT_HASH= ;\
- fi ;\
- [ -n "$LAST_GIT_HASH" ] || LAST_GIT_HASH= ;\
- if [ -n "$LAST_GIT_HASH" ] && [ "$GIT_HASH" != "$LAST_GIT_HASH" ]; then \
- echo "Appending upstream changes between $LAST_GIT_HASH and $GIT_HASH" ;\
- dch -a ">>Upstream changes since last upload ($LAST_GIT_HASH):" ;\
- if [ -d .git ]; then \
- git log --oneline $LAST_GIT_HASH..$GIT_HASH | sed 's,^,[,; s, ,] ,; s,Version,version,' > .gitout ;\
- while read line; do \
- dch -a "$line"; \
- done < .gitout ;\
- rm -f .gitout ;\
- fi \
- fi
- Current hash: e2a11c9
- #build the tarball
- tar czf /tmp/mythtv/../mythtv_0.27.0"+"fixes.20150818.e2a11c9.orig.tar.gz * --exclude-vcs --exclude .pc --exclude debian
- rm -f debian/control
- sed "s/#TYPE#/fixes/; s/#ABI#/0.27/" debian/control.in > debian/control
- cp debian/libmyth.install.in debian/libmyth-0.27-0.install
- if [ "fixes" = "master" ]; then \
- sed -i debian/control -e 's/Recommends:\ mythtv-themes.*/Recommends:\ mythtv-themes, mythtv-dbg/' ;\
- fi
- Testing all patches before building the packages
- Applying patch default_directories
- Applying patch bindings_install_paths.patch
- Applying patch allow_no_tuners.patch
- Applying patch configure_mythplugins_without_mythtv_installed.patch
- Now at patch configure_mythplugins_without_mythtv_installed.patch
- Removing patch configure_mythplugins_without_mythtv_installed.patch
- Removing patch allow_no_tuners.patch
- Removing patch bindings_install_paths.patch
- Removing patch default_directories
- No patches applied
- Building the packages
- dpkg-buildpackage -rfakeroot -d -us -uc -S -i -I.git
- dpkg-buildpackage: source package mythtv
- dpkg-buildpackage: source version 2:0.27.0+fixes.20150818.e2a11c9-0ubuntu1
- dpkg-buildpackage: source distribution trusty
- dpkg-buildpackage: source changed by supermario <Mario_Limonciello@Dell.com>
- dpkg-source -i -I.git --before-build mythtv
- dpkg-source: info: applying default_directories
- dpkg-source: info: applying bindings_install_paths.patch
- dpkg-source: info: applying allow_no_tuners.patch
- dpkg-source: info: applying configure_mythplugins_without_mythtv_installed.patch
- fakeroot debian/rules clean
- dh clean --parallel
- dh_testdir -O--parallel
- debian/rules override_dh_auto_clean
- make[1]: Entering directory `/tmp/mythtv'
- [ -f mythtv/config.mak ] && /usr/bin/make -C mythtv distclean || true
- [ -f mythplugins/config.pro ] && /usr/bin/make -C mythplugins distclean || true
- [ -f mythtv/VERSION.old ] && mv mythtv/VERSION.old mythtv/VERSION || true
- dh_auto_clean
- debconf-updatepo
- rm -rf /tmp/mythtv/debian/home
- make[1]: Leaving directory `/tmp/mythtv'
- dh_clean -O--parallel
- dpkg-source -i -I.git -b mythtv
- dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
- dpkg-source: info: using source format `3.0 (quilt)'
- dpkg-source: info: building mythtv using existing ./mythtv_0.27.0+fixes.20150818.e2a11c9.orig.tar.gz
- dpkg-source: info: building mythtv in mythtv_0.27.0+fixes.20150818.e2a11c9-0ubuntu1.debian.tar.gz
- dpkg-source: info: building mythtv in mythtv_0.27.0+fixes.20150818.e2a11c9-0ubuntu1.dsc
- dpkg-genchanges -S >../mythtv_0.27.0+fixes.20150818.e2a11c9-0ubuntu1_source.changes
- dpkg-genchanges: including full source code in upload
- dpkg-source -i -I.git --after-build mythtv
- dpkg-source: info: unapplying configure_mythplugins_without_mythtv_installed.patch
- dpkg-source: info: unapplying allow_no_tuners.patch
- dpkg-source: info: unapplying bindings_install_paths.patch
- dpkg-source: info: unapplying default_directories
- dpkg-buildpackage: full upload (original source is included)
- Now running lintian...
- E: mythtv source: source-is-missing mythplugins/mythweb/js/jquery-1.9.1.min.js
- E: mythtv source: source-is-missing mythtv/html/js/jquery-ui.min.js
- E: mythtv source: source-is-missing mythtv/html/js/jquery.contextmenu.js
- E: mythtv source: source-is-missing mythtv/html/js/jquery.jqGrid.min.js
- E: mythtv source: source-is-missing mythtv/html/js/jquery.min.js
- E: mythtv source: source-is-missing mythplugins/mythweb/modules/tv/MFPlayer.swf
- E: mythtv source: source-is-missing mythplugins/mythweb/modules/tv/MFPlayer_styles.swf
- E: mythtv source: source-is-missing mythplugins/mythweb/modules/tv/playerProductInstall.swf
- E: mythtv source: source-is-missing mythplugins/mythweb/js/libs/flowplayer/flowplayer.controls.swf
- E: mythtv source: source-is-missing mythplugins/mythweb/js/libs/flowplayer/flowplayer.js
- E: mythtv source: source-is-missing mythplugins/mythweb/js/libs/flowplayer/flowplayer.swf
- E: mythtv source: python-depends-but-no-python-helper libmyth-python
- E: mythtv source: build-depends-on-obsolete-package build-depends: texi2html
- E: mythtv source: missing-build-dependency po-debconf
- W: mythtv source: ancient-standards-version 3.9.3 (current is 3.9.5)
- Finished running lintian.
- Cleaning up
- No patch removed
- dh clean --parallel
- dh_testdir -O--parallel
- debian/rules override_dh_auto_clean
- make[1]: Entering directory `/tmp/mythtv'
- [ -f mythtv/config.mak ] && /usr/bin/make -C mythtv distclean || true
- [ -f mythplugins/config.pro ] && /usr/bin/make -C mythplugins distclean || true
- [ -f mythtv/VERSION.old ] && mv mythtv/VERSION.old mythtv/VERSION || true
- dh_auto_clean
- debconf-updatepo
- rm -rf /tmp/mythtv/debian/home
- make[1]: Leaving directory `/tmp/mythtv'
- dh_clean -O--parallel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement