[yast-commit] r66297 - in /branches/SuSE-Code-11-SP2-Branch/devtools: VERSION devtools/admin/Makefile.am devtools/admin/Makefile.am.toplevel package/yast2-devtools.changes
Author: visnov Date: Thu Oct 6 15:04:28 2011 New Revision: 66297 URL: http://svn.opensuse.org/viewcvs/yast?rev=66297&view=rev Log: drop all-packages Modified: branches/SuSE-Code-11-SP2-Branch/devtools/VERSION branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am.toplevel branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes Modified: branches/SuSE-Code-11-SP2-Branch/devtools/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/devtools/VERSION?rev=66297&r1=66296&r2=66297&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/devtools/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/devtools/VERSION Thu Oct 6 15:04:28 2011 @@ -1 +1 @@ -2.17.7 +2.17.8 Modified: branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am?rev=66297&r1=66296&r2=66297&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am (original) +++ branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am Thu Oct 6 15:04:28 2011 @@ -6,6 +6,6 @@ admindir = @YAST2DEVTOOLS@/admin -admin_DATA = Makefile.am.toplevel Makefile.am.common all-packages +admin_DATA = Makefile.am.toplevel Makefile.am.common EXTRA_DIST = $(admin_DATA) Modified: branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am.toplevel URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am.toplevel?rev=66297&r1=66296&r2=66297&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am.toplevel (original) +++ branches/SuSE-Code-11-SP2-Branch/devtools/devtools/admin/Makefile.am.toplevel Thu Oct 6 15:04:28 2011 @@ -20,7 +20,6 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) Modified: branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes?rev=66297&r1=66296&r2=66297&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/devtools/package/yast2-devtools.changes Thu Oct 6 15:04:28 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Oct 6 15:00:59 CEST 2011 - visnov@suse.cz + +- Drop all-packages (bnc #722483) +- 2.17.8 + +------------------------------------------------------------------- Fri Jul 1 14:51:22 CEST 2011 - locilka@suse.cz - Added some more known words to the spellcheck whitelist. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
visnov@svn2.opensuse.org