diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/bc-release_override gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/bc-release_override --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/bc-release_override 1970-01-01 00:00:00.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/bc-release_override 2016-01-01 01:16:11.000000000 +0000 @@ -0,0 +1,21 @@ +history add ['projects/appdata.py', '2014', 'alex bodnaru '] +history add ['projects/settings.py', '2014', 'alex bodnaru '] +history add ['projects/window.py', '2014', 'alex bodnaru '] + +files skipfile 'MANIFEST.in' +files skipfile 'org.gnome.gedit.plugins.projects.gschema.xml' +files skipext '.ui' +files skipext '.png' +files skipdir 'debian' +files skipdir 'debian/source' +files skipdir 'debian/patches' +files skipdir 'tests/data' + +files skipdir 'tests/data' +files skipdir 'tests/data/project' +files skipdir 'tests/data/subprojects' +files skipdir 'tests/data/subprojects/prj-setup' +files skipdir 'tests/data/subprojects/prj-setup/src' +files skipdir 'tests/data/subprojects/prj-makefile' +files skipdir 'tests/data/subptests/data/subprojects/prj-makefile/src' + diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/debian/bzr-builder.manifest gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/bzr-builder.manifest --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/debian/bzr-builder.manifest 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/bzr-builder.manifest 2016-01-01 01:16:11.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}~bzr202 -lp:gedit-projects revid:barcc@gmx.de-20140503082552-1xjn43c7j0v0ggpv +# bzr-builder format 0.3 deb-version {debupstream}~bzr203 +lp:gedit-projects revid:barcc@gmx.de-20141231225000-btgzdq024e068owb diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/debian/changelog gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/changelog --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/debian/changelog 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/changelog 2016-01-01 01:16:11.000000000 +0000 @@ -1,8 +1,8 @@ -gedit-projects (1.3~alpha1~bzr202~ubuntu14.04.1) trusty; urgency=low +gedit-projects (1.3~alpha1~bzr203~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Launchpad Package Builder Sat, 03 May 2014 09:11:05 +0000 + -- Launchpad Package Builder Fri, 01 Jan 2016 01:16:11 +0000 gedit-projects (1.3~alpha1-0~ppa1) UNRELEASED; urgency=low diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/debian/copyright gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/copyright --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/debian/copyright 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/copyright 2016-01-01 01:16:11.000000000 +0000 @@ -4,7 +4,14 @@ Source: https://launchpad.net/gedit-projects Files: * -Copyright: 2012-2013 B. Clausius +Copyright: 2012-2014 B. Clausius +License: GPL-3+ + +Files: projects/appdata.py projects/settings.py projects/window.py +Copyright: 2012-2014 B. Clausius + 2014 alex bodnaru +License: GPL-3+ + License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/settings.py gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/settings.py --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/settings.py 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/settings.py 2016-01-01 01:16:11.000000000 +0000 @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright © 2012-2014 B. Clausius -# © 2014 alex bodnaru +# Copyright © 2014 alex bodnaru # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/window.py gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/window.py --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/window.py 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/01-fix-data-dir.patch/projects/window.py 2016-01-01 01:16:11.000000000 +0000 @@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- # Copyright © 2012-2014 B. Clausius -# © 2014 alex bodnaru +# Copyright © 2014 alex bodnaru # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/01-fix-data-dir.patch/setup.py gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/01-fix-data-dir.patch/setup.py --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/01-fix-data-dir.patch/setup.py 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/01-fix-data-dir.patch/setup.py 2016-01-01 01:16:11.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- -# Copyright © 2012-2013 B. Clausius +# Copyright © 2012-2014 B. Clausius # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/.quilt_patches gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/.quilt_patches --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/.quilt_patches 1970-01-01 00:00:00.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/.quilt_patches 2016-01-01 01:16:11.000000000 +0000 @@ -0,0 +1 @@ +/home/buildd/build-RECIPEBRANCHBUILD-1047807/chroot-autobuild/home/buildd/work/tree/gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/patches diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/.quilt_series gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/.quilt_series --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/.pc/.quilt_series 1970-01-01 00:00:00.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/.pc/.quilt_series 2016-01-01 01:16:11.000000000 +0000 @@ -0,0 +1 @@ +/home/buildd/build-RECIPEBRANCHBUILD-1047807/chroot-autobuild/home/buildd/work/tree/gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/debian/patches/series diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/projects/settings.py gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/projects/settings.py --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/projects/settings.py 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/projects/settings.py 2016-01-01 01:16:11.000000000 +0000 @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright © 2012-2014 B. Clausius -# © 2014 alex bodnaru +# Copyright © 2014 alex bodnaru # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/projects/window.py gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/projects/window.py --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/projects/window.py 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/projects/window.py 2016-01-01 01:16:11.000000000 +0000 @@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- # Copyright © 2012-2014 B. Clausius -# © 2014 alex bodnaru +# Copyright © 2014 alex bodnaru # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/projects.plugin gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/projects.plugin --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/projects.plugin 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/projects.plugin 2016-01-01 01:16:11.000000000 +0000 @@ -5,5 +5,5 @@ Name=Projects Manager Description=Manage projects in gedit Authors=B. Clausius -Copyright=Copyright © 2012-2013 B. Clausius +Copyright=Copyright © 2012-2014 B. Clausius Website=https://launchpad.net/gedit-projects diff -Nru gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/setup.py gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/setup.py --- gedit-projects-1.3~alpha1~bzr202~ubuntu14.04.1/setup.py 2014-05-03 09:11:05.000000000 +0000 +++ gedit-projects-1.3~alpha1~bzr203~ubuntu14.04.1/setup.py 2016-01-01 01:16:11.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- -# Copyright © 2012-2013 B. Clausius +# Copyright © 2012-2014 B. Clausius # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by